jcckit.plot
Interface AttributesHint

All Superinterfaces:
Hint
All Known Implementing Classes:
ShapeAttributesHint

public interface AttributesHint
extends Hint

A Hint which wraps a GraphicAttributes instance. In addition the method getNextHint() creates a new instance with different attributes derivated from the wrapped attributes.

Author:
Franz-Josef Elmer

Method Summary
 GraphicAttributes getAttributes()
          Returns the attributes value.
 AttributesHint getNextHint()
          Returns the hint for the next Symbol of a Curve.
 

Method Detail

getNextHint

public AttributesHint getNextHint()
Returns the hint for the next Symbol of a Curve. The new hint has a different GraphicAttributes.


getAttributes

public GraphicAttributes getAttributes()
Returns the attributes value.