|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.ui.Graphics2DState
public final class Graphics2DState
Title: IJChart
Description: a chart library for the Java(tm) platform.
For storage and restoration of the status of the current Graphics2d, such as: composite,clip shape,paint,stroke,font, and so on.Copyright: Copyright (c) 2013
Company:
Constructor Summary | |
---|---|
Graphics2DState(java.awt.Graphics2D g2)
The current Graphics2D object (null not permitted). |
Method Summary | |
---|---|
void |
restoreOldState()
Restore old state of this Graphics2D. |
void |
restoreTransform()
Restore AffineTransform only. |
void |
saveOldState()
Save old state of this Graphics2D. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Graphics2DState(java.awt.Graphics2D g2)
g2
- Graphics2DMethod Detail |
---|
public void saveOldState()
public void restoreOldState()
public void restoreTransform()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |