Uses of Interface
org.graffiti.attributes.SortedCollectionAttribute
Package | Description |
---|---|
org.graffiti.attributes | |
org.graffiti.graphics |
-
Uses of SortedCollectionAttribute in org.graffiti.attributes
Classes in org.graffiti.attributes that implement SortedCollectionAttribute Modifier and Type Class Description class
LinkedHashMapAttribute
DOCUMENT ME! -
Uses of SortedCollectionAttribute in org.graffiti.graphics
Classes in org.graffiti.graphics that implement SortedCollectionAttribute Modifier and Type Class Description class
ShapeDescriptionAttribute
Methods in org.graffiti.graphics that return SortedCollectionAttribute Modifier and Type Method Description SortedCollectionAttribute
EdgeGraphicAttribute. getBends()
Returns the collection ofCoordinateAttribute
s specifying the bends for this edge.Methods in org.graffiti.graphics with parameters of type SortedCollectionAttribute Modifier and Type Method Description void
EdgeGraphicAttribute. setBends(SortedCollectionAttribute b)
Sets the 'bends'-value.