|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShapeStyle | |
---|---|
com.flagstone.transform.shape | The shape package contains all the classes for encoding and decoding the data structures that represent the different shape definitions and strokes that are used to draw shapes. |
Uses of ShapeStyle in com.flagstone.transform.shape |
---|
Methods in com.flagstone.transform.shape that return ShapeStyle | |
---|---|
ShapeStyle |
ShapeStyle.add(FillStyle style)
Add the fill style object to the list of fill styles. |
ShapeStyle |
ShapeStyle.add(LineStyle1 style)
Add a LineStyle object to the list of line styles. |
ShapeStyle |
ShapeStyle.copy()
Creates a complete copy of this object. |
ShapeStyle |
ShapeStyle.setAltFillStyle(Integer anIndex)
Sets the index of the fill style that will be applied to any overlapping area filled. |
ShapeStyle |
ShapeStyle.setFillStyle(Integer anIndex)
Sets the index of the fill style that will be applied to any area filled. |
ShapeStyle |
ShapeStyle.setFillStyles(List<FillStyle> list)
Sets the list of new fill styles. |
ShapeStyle |
ShapeStyle.setLineStyle(Integer anIndex)
Sets the index of the line style that will be applied to any line drawn. |
ShapeStyle |
ShapeStyle.setLineStyles(List<LineStyle1> list)
Sets the list of new line styles. |
ShapeStyle |
ShapeStyle.setMove(Integer xCoord,
Integer yCoord)
Sets the coordinates of any relative move. |
ShapeStyle |
ShapeStyle.setMoveX(Integer coord)
Sets the x-coordinate of any relative move. |
ShapeStyle |
ShapeStyle.setMoveY(Integer coord)
Sets the x-coordinate of any relative move. |
Constructors in com.flagstone.transform.shape with parameters of type ShapeStyle | |
---|---|
ShapeStyle(ShapeStyle object)
Creates and initialises a ShapeStyle object using the values copied from another ShapeStyle object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |