fop 1.0

Uses of Class
org.apache.fop.traits.RuleStyle

Packages that use RuleStyle
org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. 
org.apache.fop.render.intermediate   
org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances. 
org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2) 
org.apache.fop.render.pdf PDF Renderer 
org.apache.fop.render.ps PostScript Renderer 
org.apache.fop.render.svg SVG (Structured Vector Graphics) Renderer 
org.apache.fop.traits Trait classes and other supporting data structures. 
 

Uses of RuleStyle in org.apache.fop.render.afp
 

Methods in org.apache.fop.render.afp with parameters of type RuleStyle
 void AFPPainter.drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)
          Draws a line.
 

Uses of RuleStyle in org.apache.fop.render.intermediate
 

Methods in org.apache.fop.render.intermediate with parameters of type RuleStyle
abstract  void BorderPainter.drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)
          Draws a line/rule.
 void AbstractIFPainter.drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)
          Draws a line.
 void IFSerializer.drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)
          Draws a line.
 void IFPainter.drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)
          Draws a line.
 

Uses of RuleStyle in org.apache.fop.render.java2d
 

Methods in org.apache.fop.render.java2d with parameters of type RuleStyle
 void Java2DPainter.drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)
          Draws a line.
 void Java2DBorderPainter.drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)
          Draws a line/rule.
 

Uses of RuleStyle in org.apache.fop.render.pcl
 

Methods in org.apache.fop.render.pcl with parameters of type RuleStyle
 void PCLPainter.drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)
          Draws a line.
 

Uses of RuleStyle in org.apache.fop.render.pdf
 

Methods in org.apache.fop.render.pdf with parameters of type RuleStyle
 void PDFPainter.drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)
          Draws a line.
 void PDFBorderPainter.drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)
          Draws a line/rule.
 

Uses of RuleStyle in org.apache.fop.render.ps
 

Methods in org.apache.fop.render.ps with parameters of type RuleStyle
 void PSBorderPainter.drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)
          Draws a line/rule.
 void PSPainter.drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)
          Draws a line.
 

Uses of RuleStyle in org.apache.fop.render.svg
 

Methods in org.apache.fop.render.svg with parameters of type RuleStyle
 void SVGPainter.drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)
          Draws a line.
 

Uses of RuleStyle in org.apache.fop.traits
 

Fields in org.apache.fop.traits declared as RuleStyle
static RuleStyle RuleStyle.DASHED
          rule-style: dashed
static RuleStyle RuleStyle.DOTTED
          rule-style: dotted
static RuleStyle RuleStyle.DOUBLE
          rule-style: double
static RuleStyle RuleStyle.GROOVE
          rule-style: groove
static RuleStyle RuleStyle.NONE
          rule-style: none
static RuleStyle RuleStyle.RIDGE
          rule-style: ridge
static RuleStyle RuleStyle.SOLID
          rule-style: solid
 

Methods in org.apache.fop.traits that return RuleStyle
static RuleStyle RuleStyle.valueOf(int enumValue)
          Returns the enumeration/singleton object based on its name.
static RuleStyle RuleStyle.valueOf(java.lang.String name)
          Returns the enumeration/singleton object based on its name.
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.