Uses of Class
com.f1j.paint.AlignFormat.EOrientation

Packages that use AlignFormat.EOrientation
com.f1j.chart   
com.f1j.paint   
 

Uses of AlignFormat.EOrientation in com.f1j.chart
 

Fields in com.f1j.chart declared as AlignFormat.EOrientation
static AlignFormat.EOrientation
          Text is rotated automatically based on object.
 

Uses of AlignFormat.EOrientation in com.f1j.paint
 

Fields in com.f1j.paint declared as AlignFormat.EOrientation
static AlignFormat.EOrientation
          No orientation, use normal text
static AlignFormat.EOrientation
          Text is stacked top to bottom
static AlignFormat.EOrientation
          Text is rotated counter clockwise
static AlignFormat.EOrientation
          Text is rotated clockwise
static AlignFormat.EOrientation
          Text is rotated to a custom value
 

Methods in com.f1j.paint that return AlignFormat.EOrientation
 AlignFormat.EOrientation
          Gets the text orientation.
 

Methods in com.f1j.paint with parameters of type AlignFormat.EOrientation
 void
          Sets the orientation.