org.eclipse.graphiti.export.batik
Class GraphicsToGraphics2DAdaptor.State

java.lang.Object
  extended by org.eclipse.graphiti.export.batik.GraphicsToGraphics2DAdaptor.State
Enclosing class:
GraphicsToGraphics2DAdaptor

private static class GraphicsToGraphics2DAdaptor.State
extends Object


Field Summary
 int alpha
          cached alpha value
 Color bgColor
          cached background color
 int clipH
          clipping rectangle height
 int clipW
          clipping rectangle width
 int clipX
          clipping rectangle x coordinate
 int clipY
          clipping rectangle y coordinate
 Color fgColor
          cached foreground color
 Font font
          cached font
(package private)  int graphicHints
           
 LineAttributes lineAttributes
          Line attributes value
 int translateX
          translateX
 int translateY
          translateY
 boolean XorMode
          cached xor mode value
 
Constructor Summary
private GraphicsToGraphics2DAdaptor.State()
           
 
Method Summary
 void copyFrom(GraphicsToGraphics2DAdaptor.State state)
          Copy the values from a given state to this state
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

translateX

public int translateX
translateX


translateY

public int translateY
translateY


clipX

public int clipX
clipping rectangle x coordinate


clipY

public int clipY
clipping rectangle y coordinate


clipW

public int clipW
clipping rectangle width


clipH

public int clipH
clipping rectangle height


font

public Font font
cached font


XorMode

public boolean XorMode
cached xor mode value


fgColor

public Color fgColor
cached foreground color


bgColor

public Color bgColor
cached background color


alpha

public int alpha
cached alpha value


lineAttributes

public LineAttributes lineAttributes
Line attributes value


graphicHints

int graphicHints
Constructor Detail

GraphicsToGraphics2DAdaptor.State

private GraphicsToGraphics2DAdaptor.State()
Method Detail

copyFrom

public void copyFrom(GraphicsToGraphics2DAdaptor.State state)
Copy the values from a given state to this state

Parameters:
state - the state to copy from


Copyright (c) SAP AG 2005, 2010.