|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.Graphics
java.awt.Graphics2D
net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
net.sf.jaxodraw.util.graphics.JaxoGraphics2D
public class JaxoGraphics2D
Graphic2Ds that also stores JaxoDraw-specific state and can perform JaxoDraw-specific painting.
| Field Summary | |
|---|---|
static java.awt.Color |
DEFAULT_HELP_COLOR
Default visualAid color. |
static java.awt.Stroke |
DEFAULT_HELP_STROKE
Default visualAid Stroke. |
| Constructor Summary | |
|---|---|
JaxoGraphics2D(java.awt.Graphics2D g)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
isPrinting()
If printing is active, do not paint any UI-elements or aids. |
void |
setPrinting(boolean value)
Sets whether printing is currently active. |
| Methods inherited from class java.awt.Graphics |
|---|
finalize, getClipRect, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.awt.Color DEFAULT_HELP_COLOR
public static final java.awt.Stroke DEFAULT_HELP_STROKE
| Constructor Detail |
|---|
public JaxoGraphics2D(java.awt.Graphics2D g)
g - The Graphics2D object.| Method Detail |
|---|
public final boolean isPrinting()
public void setPrinting(boolean value)
value - True if printing is active.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||