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

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

Methods in com.flagstone.transform.linestyle that return CapStyle
 CapStyle MorphLineStyle2.getEndCap()
          Get the CapStyle used for the end of the line.
 CapStyle LineStyle2.getEndCap()
          Get the CapStyle used for the end of the line.
 CapStyle MorphLineStyle2.getStartCap()
          Get the CapStyle used for the start of the line.
 CapStyle LineStyle2.getStartCap()
          Get the CapStyle used for the start of the line.
static CapStyle CapStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CapStyle[] CapStyle.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 CapStyle
 void MorphLineStyle2.setEndCap(CapStyle style)
          Set the CapStyle used for the end of the line.
 void LineStyle2.setEndCap(CapStyle style)
          Set the CapStyle used for the end of the line.
 void MorphLineStyle2.setStartCap(CapStyle style)
          Set the CapStyle used for the start of the line.
 void LineStyle2.setStartCap(CapStyle style)
          Set the CapStyle used for the start of the line.
 



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