|
||||||||||
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. |
edu.umd.cs.piccolox.nodes | This package contains additional nodes that may be useful for Piccolo applications. |
edu.umd.cs.piccolox.pswing | This package contains PSwing nodes and related classes. |
edu.umd.cs.piccolox.swt | This package provides a SWT implementation of the core Piccolo library. |
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 descendents. |
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 only called when the cameras view transform and clip are applied to the paintContext. |
protected void |
PCamera.paintDebugInfo(PPaintContext paintContext)
|
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)
|
protected void |
PPath.paint(PPaintContext paintContext)
|
protected void |
PImage.paint(PPaintContext paintContext)
|
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
|
Uses of PPaintContext in edu.umd.cs.piccolox.nodes |
---|
Methods in edu.umd.cs.piccolox.nodes with parameters of type PPaintContext | |
---|---|
void |
PStyledText.fullPaint(PPaintContext paintContext)
|
void |
PNodeCache.fullPaint(PPaintContext paintContext)
|
void |
PCacheCamera.fullPaint(PPaintContext paintContext)
Overrides the camera's full paint method to do the fast rendering when possible |
protected void |
PStyledText.paint(PPaintContext paintContext)
|
protected void |
PLine.paint(PPaintContext paintContext)
|
protected void |
PClip.paint(PPaintContext paintContext)
|
protected void |
P3DRect.paint(PPaintContext paintContext)
|
protected void |
PClip.paintAfterChildren(PPaintContext paintContext)
|
Uses of PPaintContext in edu.umd.cs.piccolox.pswing |
---|
Methods in edu.umd.cs.piccolox.pswing with parameters of type PPaintContext | |
---|---|
void |
PSwing.paint(PPaintContext renderContext)
Determines if the Swing component should be rendered normally or as a filled rectangle. |
protected boolean |
PSwing.shouldRenderGreek(PPaintContext renderContext)
|
Uses of PPaintContext in edu.umd.cs.piccolox.swt |
---|
Methods in edu.umd.cs.piccolox.swt with parameters of type PPaintContext | |
---|---|
void |
PSWTText.paint(PPaintContext ppc)
Renders the text object. |
protected void |
PSWTPath.paint(PPaintContext paintContext)
|
protected void |
PSWTImage.paint(PPaintContext paintContext)
|
void |
PSWTText.paintAsGreek(PPaintContext ppc)
Paints this object as greek. |
void |
PSWTText.paintAsText(PPaintContext ppc)
Paints this object normally (show it's text). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |