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

Packages that use LineStyle1
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. 
com.flagstone.transform.util.shape The shape package contains convenience classes for drawing shapes. 
 

Uses of LineStyle1 in com.flagstone.transform.linestyle
 

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

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

Uses of LineStyle1 in com.flagstone.transform.shape
 

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

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

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

Uses of LineStyle1 in com.flagstone.transform.util.shape
 

Methods in com.flagstone.transform.util.shape with parameters of type LineStyle1
 void Canvas.setLineStyle(LineStyle1 style)
          Set the style used to draw lines.
 



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