|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicObject | |
jdraw | Root package of JDraw . |
jdraw.graphicobjects | Package containing all the graphic objects managed by JDraw . |
Uses of GraphicObject in jdraw |
Fields in jdraw declared as GraphicObject | |
private static GraphicObject[] |
JDraw.DUMMY_GRAPHIC_OBJECTS
Some dummy graphic objects. |
Methods in jdraw that return GraphicObject | |
GraphicObject |
GraphicObjectManager.getClosestObject(Point point)
Returns the closest object to the specified point, with respect to distance thresold. |
Methods in jdraw with parameters of type GraphicObject | |
void |
GraphicObjectManager.add(GraphicObject graphic_object)
Adds the specified graphic object to the list of managed objects. |
boolean |
GraphicObjectManager.remove(GraphicObject graphic_object)
Removes the specified graphic object to the list of managed objects. |
Constructors in jdraw with parameters of type GraphicObject | |
GraphicObjectManager(GraphicObject[] graphic_objects)
Creates a new GraphicObjectManager object, with the specified GraphicObject s. |
Uses of GraphicObject in jdraw.graphicobjects |
Subclasses of GraphicObject in jdraw.graphicobjects | |
class |
Ellipse
An ellipse. |
class |
Point
A point. |
class |
Rectangle
A rectangle. |
class |
Segment
A segment. |
class |
SizedGraphicObject
A graphic object with width and height. |
class |
TextArea
A text area. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |