Uses of Class
com.rie.rieps.engine.TextParameter

Packages that use TextParameter
com.rie.rieps.engine   
com.rie.rieps.engine.factories   
 

Uses of TextParameter in com.rie.rieps.engine
 

Methods in com.rie.rieps.engine that return TextParameter
 TextParameter Frame.getTextParameter()
           
 TextParameter TextParameter.setClip(boolean clip)
           
 TextParameter TextParameter.setColor(Color color)
           
 TextParameter TextParameter.setHorizontal(int hz)
           
 TextParameter TextParameter.setRotate(float rotate)
           
 TextParameter TextParameter.setVertical(int v)
           
 

Methods in com.rie.rieps.engine with parameters of type TextParameter
 void Frame.setTextParameter(TextParameter tp)
           
 void Page.showText(float x, float y, float weight, float height, java.lang.String txt, TextParameter tp)
           
 

Constructors in com.rie.rieps.engine with parameters of type TextParameter
Frame(float left, float top, float width, float height, float leftPadding, float topPadding, float rightPadding, float bottomPadding, LineFormat lfLeft, LineFormat lfTop, LineFormat lfRight, LineFormat lfBottom, boolean fill, Color fillColor, float rotate, java.lang.String text, PSFont psfnt, TextParameter tp)
          Creates a new instance of Frame
 

Uses of TextParameter in com.rie.rieps.engine.factories
 

Methods in com.rie.rieps.engine.factories with parameters of type TextParameter
 void PSFactory.showText(Page page, float x, float y, float weight, float height, java.lang.String txt, TextParameter tp)
           
 void Factory.showText(Page page, float x, float y, float weight, float height, java.lang.String txt, TextParameter tp)