Uses of Class
com.arctorus.documents.StrokeFormatType

Packages that use StrokeFormatType
com.arctorus.documents   
 

Uses of StrokeFormatType in com.arctorus.documents
 

Methods in com.arctorus.documents that return StrokeFormatType
 StrokeFormatType StrokeFormat.getType()
          Get type of a stroke pen.
static StrokeFormatType StrokeFormatType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StrokeFormatType[] StrokeFormatType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.arctorus.documents with parameters of type StrokeFormatType
 void StrokeFormat.setType(StrokeFormatType style)
          Set type of a stroke pen.