Package jcckit.plot
Interface AttributesHint
-
- All Superinterfaces:
Hint
- All Known Implementing Classes:
ShapeAttributesHint
public interface AttributesHint extends Hint
AHint
which wraps aGraphicAttributes
instance. In addition the methodgetNextHint()
creates a new instance with different attributes derivated from the wrapped attributes.- Author:
- Franz-Josef Elmer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphicAttributes
getAttributes()
Returns the attributes value.AttributesHint
getNextHint()
-
-
-
Method Detail
-
getNextHint
AttributesHint getNextHint()
-
getAttributes
GraphicAttributes getAttributes()
Returns the attributes value.
-
-