Package | Description |
---|---|
edu.umd.cs.piccolo |
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
|
edu.umd.cs.piccolo.examples | |
edu.umd.cs.piccolo.examples.fisheye | |
edu.umd.cs.piccolo.nodes |
This package contains nodes that may be useful for Piccolo applications.
|
edu.umd.cs.piccolo.tutorial | |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PCamera.fullPaint(PPaintContext paintContext)
Paint this node and all of its descendants.
|
void |
PNode.fullPaint(PPaintContext paintContext)
Paint this node and all of its descendants.
|
protected void |
PCamera.paint(PPaintContext paintContext)
Paint this camera and then paint this camera's view through its view
transform.
|
protected void |
PNode.paint(PPaintContext paintContext)
Paint this node behind any of its children nodes.
|
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 |
---|---|
void |
DecoratorGroup.paint(PPaintContext ppc)
Change the default paint to fill an expanded bounding box based on its
children's bounds
|
protected void |
AngleNodeExample.AngleNode.paint(PPaintContext paintContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
DayNode.paint(PPaintContext paintContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
PPath.paint(PPaintContext paintContext)
Paints the path in the provided paintContext.
|
protected void |
PHtmlView.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 |
PText.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
InterfaceFrame.ToggleShape.paint(PPaintContext paintContext) |
Modifier and Type | Field and Description |
---|---|
static PPaintContext |
PPaintContext.CURRENT_PAINT_CONTEXT
Deprecated.
will disappear as soon as possible Global for accessing the
current paint context while painting.
|
Modifier and Type | Method and Description |
---|---|
void |
PCacheCamera.fullPaint(PPaintContext paintContext)
Overrides the camera's full paint method to do the fast rendering when
possible.
|
void |
PStyledText.fullPaint(PPaintContext paintContext)
Paint this node and all of its descendants.
|
void |
PNodeCache.fullPaint(PPaintContext paintContext)
Repaints this node, using the cached result if possible.
|
protected void |
PClip.paint(PPaintContext paintContext)
Paint's this node as a solid rectangle if paint is provided, clipping
appropriately.
|
protected void |
P3DRect.paint(PPaintContext paintContext)
Paints this rectangle with shaded edges.
|
protected void |
PLine.paint(PPaintContext paintContext)
Paints the PLine in the provided context if it has both a stroke and a
stroke paint assigned.
|
protected void |
PStyledText.paint(PPaintContext paintContext)
Paint this node behind any of its children nodes.
|
protected void |
PClip.paintAfterChildren(PPaintContext paintContext)
Paints a border around this node if it has a stroke and stroke paint
provided.
|
Modifier and Type | Method and Description |
---|---|
void |
PSwing.paint(PPaintContext renderContext)
Paints the PSwing on the specified renderContext.
|
protected boolean |
PSwing.shouldRenderGreek(PPaintContext paintContext)
Return true if this Swing node should render as greek given the specified
paint context.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PSWTImage.paint(PPaintContext paintContext)
Paint this node behind any of its children nodes.
|
protected void |
PSWTPath.paint(PPaintContext paintContext)
Paints the path on the context provided.
|
void |
PSWTText.paint(PPaintContext ppc)
Renders the text object.
|
void |
PSWTText.paintAsGreek(PPaintContext ppc)
Paints this object as greek.
|
void |
PSWTText.paintAsText(PPaintContext ppc)
Paints this object normally (show it's text).
|
Copyright © 1995-2012 Piccolo2D. All Rights Reserved.