Uses of Interface
net.sourceforge.jeuclid.layout.GraphicsObject

Packages that use GraphicsObject
net.sourceforge.jeuclid.layout Contains the layout classes. 
 

Uses of GraphicsObject in net.sourceforge.jeuclid.layout
 

Classes in net.sourceforge.jeuclid.layout that implement GraphicsObject
 class FillRectObject
           
 class LineObject
           
 class TextObject
           
 

Methods in net.sourceforge.jeuclid.layout that return types with arguments of type GraphicsObject
 List<GraphicsObject> LayoutInfoImpl.getGraphicObjects()
          
 List<GraphicsObject> LayoutInfo.getGraphicObjects()
           
 

Methods in net.sourceforge.jeuclid.layout with parameters of type GraphicsObject
 void LayoutInfoImpl.setGraphicsObject(GraphicsObject graphicsObject)
          
 void LayoutInfo.setGraphicsObject(GraphicsObject graphicsObject)
           
 



Copyright © 2002-2010 The JEuclid project. All Rights Reserved.