fop 1.0

Uses of Class
org.apache.fop.render.java2d.Java2DGraphicsState

Packages that use Java2DGraphicsState
org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances. 
 

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

Fields in org.apache.fop.render.java2d declared as Java2DGraphicsState
protected  Java2DGraphicsState Java2DPainter.g2dState
          The current state, holds a Graphics2D and its context
 Java2DGraphicsState Java2DSVGHandler.Java2DInfo.state
          see Java2D_STATE
protected  Java2DGraphicsState Java2DRenderer.state
          The current state, holds a Graphics2D and its context
 

Methods in org.apache.fop.render.java2d that return Java2DGraphicsState
protected  Java2DGraphicsState Java2DPainter.getState()
          Returns the Java2D graphics state.
 

Constructors in org.apache.fop.render.java2d with parameters of type Java2DGraphicsState
Java2DGraphicsState(Java2DGraphicsState org)
          Copy constructor.
 


fop 1.0

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