Package | Description |
---|---|
org.piccolo2d |
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
|
org.piccolo2d.nodes |
This package contains nodes that may be useful for Piccolo applications.
|
Modifier and Type | Method and Description |
---|---|
void |
PNode.fullPaint(PPaintContext paintContext)
Paint this node and all of its descendants.
|
void |
PCamera.fullPaint(PPaintContext paintContext)
Paint this node and all of its descendants.
|
protected void |
PNode.paint(PPaintContext paintContext)
Paint this node behind any of its children nodes.
|
protected void |
PCamera.paint(PPaintContext paintContext)
Paint this camera and then paint this camera's view through its 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 in the list of layers viewed by this camera.
|
protected void |
PCamera.paintDebugInfo(PPaintContext paintContext)
Renders debug info onto the newly painted scene.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PText.paint(PPaintContext paintContext)
Paint this node behind any of its children nodes.
|
protected void |
PShape.paint(PPaintContext paintContext)
Paint this node behind any of its children nodes.
|
protected void |
PImage.paint(PPaintContext paintContext)
Renders the wrapped Image, stretching it appropriately if the bounds of
this PImage doesn't match the bounds of the image.
|
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.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.