Uses of Class
com.flagstone.transform.linestyle.LineStyle2

Packages that use LineStyle2
com.flagstone.transform.linestyle The linestyle package contains all the classes for encoding and decoding the data structures that represent the different types of line style that are found in a Flash file. 
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 LineStyle2 in com.flagstone.transform.linestyle
 

Methods in com.flagstone.transform.linestyle that return LineStyle2
 LineStyle2 LineStyle2.copy()
          Creates a complete copy of this object.
 

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

Uses of LineStyle2 in com.flagstone.transform.shape
 

Methods in com.flagstone.transform.shape that return types with arguments of type LineStyle2
 List<LineStyle2> ShapeStyle2.getLineStyles()
          Get the list of new line styles.
 

Methods in com.flagstone.transform.shape with parameters of type LineStyle2
 ShapeStyle2 ShapeStyle2.add(LineStyle2 style)
          Add a LineStyle object to the list of line styles.
 

Method parameters in com.flagstone.transform.shape with type arguments of type LineStyle2
 ShapeStyle2 ShapeStyle2.setLineStyles(List<LineStyle2> list)
          Sets the list of new line styles.
 



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