Uses of Class
org.graffiti.graphics.ImageAttribute
| Package | Description |
|---|---|
| org.graffiti.graphics |
-
Uses of ImageAttribute in org.graffiti.graphics
Methods in org.graffiti.graphics that return ImageAttribute Modifier and Type Method Description ImageAttributeGraphElementGraphicAttribute. getBackgroundImage()Returns the 'backgroundimage'-value of the encapsulated edge.Methods in org.graffiti.graphics with parameters of type ImageAttribute Modifier and Type Method Description voidGraphElementGraphicAttribute. setBackgroundImage(ImageAttribute bgi)Sets the 'backgroundimage'-value.Constructors in org.graffiti.graphics with parameters of type ImageAttribute Constructor Description GraphElementGraphicAttribute(String id, ImageAttribute i, ColorAttribute frc, ColorAttribute fic, LabelAttribute l, DoubleAttribute ft, LineModeAttribute lm, StringAttribute s)Constructor for GraphElementGraphicAttribute.