Uses of Class
com.flagstone.transform.shape.ShapeStyle2

Packages that use ShapeStyle2
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 ShapeStyle2 in com.flagstone.transform.shape
 

Methods in com.flagstone.transform.shape that return ShapeStyle2
 ShapeStyle2 ShapeStyle2.add(FillStyle style)
          Add the fill style object to the list of fill styles.
 ShapeStyle2 ShapeStyle2.add(LineStyle2 style)
          Add a LineStyle object to the list of line styles.
 ShapeStyle2 ShapeStyle2.copy()
          Creates a complete copy of this object.
 ShapeStyle2 ShapeStyle2.setAltFillStyle(Integer anIndex)
          Sets the index of the fill style that will be applied to any overlapping area filled.
 ShapeStyle2 ShapeStyle2.setFillStyle(Integer anIndex)
          Sets the index of the fill style that will be applied to any area filled.
 ShapeStyle2 ShapeStyle2.setFillStyles(List<FillStyle> list)
          Sets the list of new fill styles.
 ShapeStyle2 ShapeStyle2.setLineStyle(Integer anIndex)
          Sets the index of the line style that will be applied to any line drawn.
 ShapeStyle2 ShapeStyle2.setLineStyles(List<LineStyle2> list)
          Sets the list of new line styles.
 ShapeStyle2 ShapeStyle2.setMove(Integer xCoord, Integer yCoord)
          Sets the coordinates of any relative move.
 ShapeStyle2 ShapeStyle2.setMoveX(Integer coord)
          Sets the x-coordinate of any relative move.
 ShapeStyle2 ShapeStyle2.setMoveY(Integer coord)
          Sets the x-coordinate of any relative move.
 

Constructors in com.flagstone.transform.shape with parameters of type ShapeStyle2
ShapeStyle2(ShapeStyle2 object)
          Creates and initialises a ShapeStyle object using the values copied from another ShapeStyle object.
 



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.