|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jcckit.graphic.BasicGraphicalElement
Abstract superclass of all basic GraphicalElements
. Concrete subclasses have to implement
the method GraphicalElement.renderWith(jcckit.graphic.Renderer)
.
Constructor Summary | |
BasicGraphicalElement(GraphicAttributes attributes)
Creates an instance with the specified drawing attributes. |
Method Summary | |
GraphicAttributes |
getGraphicAttributes()
Returns the drawing attributes. |
boolean |
isClosed()
Returns whether this basic graphical element has a closed shape or not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface jcckit.graphic.GraphicalElement |
renderWith |
Constructor Detail |
public BasicGraphicalElement(GraphicAttributes attributes)
Renderer
should use default attributes
in the case no attributes are defined.
attributes
- Drawing attributes or null if undefined.Method Detail |
public GraphicAttributes getGraphicAttributes()
public boolean isClosed()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |