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

Packages that use JoinStyle
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. 
 

Uses of JoinStyle in com.flagstone.transform.linestyle
 

Methods in com.flagstone.transform.linestyle that return JoinStyle
 JoinStyle MorphLineStyle2.getJoinStyle()
          Get the JoinStyle used when joining with another line or curve.
 JoinStyle LineStyle2.getJoinStyle()
          Get the JoinStyle used when joining with another line or curve.
static JoinStyle JoinStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JoinStyle[] JoinStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.flagstone.transform.linestyle with parameters of type JoinStyle
 void MorphLineStyle2.setJoinStyle(JoinStyle style)
          Set the JoinStyle used when joining with another line or curve.
 void LineStyle2.setJoinStyle(JoinStyle style)
          Set the JoinStyle used when joining with another line or curve.
 



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