Package jcckit.plot
Interface AttributesHint
- All Superinterfaces:
Hint
- All Known Implementing Classes:
ShapeAttributesHint
A
Hint
which wraps a GraphicAttributes
instance.
In addition the method getNextHint()
creates a new instance
with different attributes derivated from the wrapped attributes.-
Method Summary
Modifier and TypeMethodDescriptionReturns the attributes value.
-
Method Details
-
getNextHint
AttributesHint getNextHint() -
getAttributes
GraphicAttributes getAttributes()Returns the attributes value.
-