Uses of Class
org.graffiti.graphics.ColorAttribute
Package | Description |
---|---|
org.graffiti.graphics |
-
Uses of ColorAttribute in org.graffiti.graphics
Methods in org.graffiti.graphics that return ColorAttribute Modifier and Type Method Description ColorAttribute
GraphElementGraphicAttribute. getFillcolor()
Returns the 'fillcolor'-value of the encapsulated edge.ColorAttribute
GraphElementGraphicAttribute. getFramecolor()
Returns the 'framecolor'-value of the encapsulated edge.Methods in org.graffiti.graphics with parameters of type ColorAttribute Modifier and Type Method Description void
GraphElementGraphicAttribute. setFillcolor(ColorAttribute fic)
Sets the 'fillcolor'-value.void
GraphElementGraphicAttribute. setFramecolor(ColorAttribute frc)
Sets the 'framecolor'-value.Constructors in org.graffiti.graphics with parameters of type ColorAttribute Constructor Description ColorAttribute(String id, ColorAttribute c)
Constructs a newColorAttribute
.GraphElementGraphicAttribute(String id, ImageAttribute i, ColorAttribute frc, ColorAttribute fic, LabelAttribute l, DoubleAttribute ft, LineModeAttribute lm, StringAttribute s)
Constructor for GraphElementGraphicAttribute.