public interface Attributable
ShapeAttributes.| Modifier and Type | Method and Description | 
|---|---|
| ShapeAttributes | getAttributes()Return the shape's current attributes. | 
| ShapeAttributes | getHighlightAttributes()Return the shape's highlight attributes. | 
| void | setAttributes(ShapeAttributes attributes)Set the shape's attributes. | 
| void | setHighlightAttributes(ShapeAttributes highlightAttributes)Set the shape's highlight attributes. | 
ShapeAttributes getAttributes()
ShapeAttributes getHighlightAttributes()
void setAttributes(ShapeAttributes attributes)
attributes - the attributes to assign to the shape.void setHighlightAttributes(ShapeAttributes highlightAttributes)
highlightAttributes - the highlight attributes to assign to the shape.