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 ColorAttributeGraphElementGraphicAttribute. getFillcolor()Returns the 'fillcolor'-value of the encapsulated edge.ColorAttributeGraphElementGraphicAttribute. getFramecolor()Returns the 'framecolor'-value of the encapsulated edge.Methods in org.graffiti.graphics with parameters of type ColorAttribute Modifier and Type Method Description voidGraphElementGraphicAttribute. setFillcolor(ColorAttribute fic)Sets the 'fillcolor'-value.voidGraphElementGraphicAttribute. 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.