Interface ShapeStyle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.Color
getFillColor()
Returns the fill colour used when painting the item.void
setFillColor(java.awt.Color color)
Sets the fill colour used when painting the item.
-