|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PPaintContext | |
---|---|
edu.umd.cs.piccolo | Piccolo is a general-purpose Java-based engine that supports 2D visualizations. |
edu.umd.cs.piccolo.nodes | This package contains nodes that may be useful for Piccolo applications. |
edu.umd.cs.piccolo.util | This package defines several utility classes that are likely to be useful for Piccolo applications. |
Uses of PPaintContext in edu.umd.cs.piccolo |
---|
Methods in edu.umd.cs.piccolo with parameters of type PPaintContext | |
---|---|
void |
PNode.fullPaint(PPaintContext paintContext)
Paint this node and all of its descendants. |
void |
PCamera.fullPaint(PPaintContext paintContext)
Override fullPaint to push the camera onto the paintContext so that it can be later be accessed by PPaintContext.getCamera(). |
protected void |
PNode.paint(PPaintContext paintContext)
Paint this node behind any of its children nodes. |
protected void |
PCamera.paint(PPaintContext paintContext)
Paint this camera (default background color is white) and then paint the cameras view through the view transform. |
protected void |
PNode.paintAfterChildren(PPaintContext paintContext)
Subclasses that wish to do additional painting after their children are painted should override this method and do that painting here. |
protected void |
PCamera.paintCameraView(PPaintContext paintContext)
Paint all the layers that the camera is looking at, this method is called after the cameras view transform and clip are applied to the paintContext. |
protected void |
PCamera.paintDebugInfo(PPaintContext paintContext)
Renders debug info onto the newly painted scene. |
Uses of PPaintContext in edu.umd.cs.piccolo.nodes |
---|
Methods in edu.umd.cs.piccolo.nodes with parameters of type PPaintContext | |
---|---|
protected void |
PText.paint(PPaintContext paintContext)
Paint this node behind any of its children nodes. |
protected void |
PPath.paint(PPaintContext paintContext)
|
protected void |
PImage.paint(PPaintContext paintContext)
|
protected void |
PHtmlView.paint(PPaintContext paintContext)
Paint this node behind any of its children nodes. |
protected void |
PText.paintGreek(PPaintContext paintContext)
Paint greek with the specified paint context. |
protected void |
PText.paintText(PPaintContext paintContext)
Paint text with the specified paint context. |
Uses of PPaintContext in edu.umd.cs.piccolo.util |
---|
Fields in edu.umd.cs.piccolo.util declared as PPaintContext | |
---|---|
static PPaintContext |
PPaintContext.CURRENT_PAINT_CONTEXT
Deprecated. will disappear as soon as possible Global for accessing the current paint context while painting. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |