Uses of Interface
com.rie.rieps.engine.color.Color

Packages that use Color
com.rie.rieps.engine   
com.rie.rieps.engine.color   
 

Uses of Color in com.rie.rieps.engine
 

Methods in com.rie.rieps.engine that return Color
 Color TextParameter.getColor()
           
 Color LineFormat.getColor()
           
 Color Page.getCurrentFillColor()
           
 Color Frame.getFillColor()
           
 

Methods in com.rie.rieps.engine with parameters of type Color
 TextParameter TextParameter.setColor(Color color)
           
 void Page.setColor(Color c)
           
 LineFormat LineFormat.setColor(Color c)
           
 void Frame.setFillColor(Color fillColor)
           
 

Constructors in com.rie.rieps.engine with parameters of type Color
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
LineFormat(float width, Color c)
           
LineFormat(float width, int[] pattern, int offset, Color c)
           
LineFormat(float width, int dashLength, Color c)
           
TextParameter(int hz, int v, Color col, float rotate, boolean verticalclip)
           
 

Uses of Color in com.rie.rieps.engine.color
 

Classes in com.rie.rieps.engine.color that implement Color
 class Gray
           
 class RGBToGray
           
 

Fields in com.rie.rieps.engine.color declared as Color
static Color Gray.BLACK
           
static Color Gray.WHITE
           
 

Methods in com.rie.rieps.engine.color that return Color
static Color RGBToGray.createGrayColor(int red, int green, int blue)