Uses of Class
edu.umd.cs.piccolo.util.PPaintContext
Packages that use PPaintContext
Package
Description
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
This package contains nodes that may be useful for Piccolo applications.
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 PPaintContextModifier and TypeMethodDescriptionvoidPCamera.fullPaint(PPaintContext paintContext) Paint this node and all of its descendants.voidPNode.fullPaint(PPaintContext paintContext) Paint this node and all of its descendants.protected voidPCamera.paint(PPaintContext paintContext) Paint this camera and then paint this camera's view through its view transform.protected voidPNode.paint(PPaintContext paintContext) Paint this node behind any of its children nodes.protected voidPNode.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 voidPCamera.paintCameraView(PPaintContext paintContext) Paint all the layers in the list of layers viewed by this camera.protected voidPCamera.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 PPaintContextModifier and TypeMethodDescriptionprotected voidPHtmlView.paint(PPaintContext paintContext) Paint this node behind any of its children nodes.protected voidPImage.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 voidPPath.paint(PPaintContext paintContext) Paints the path in the provided paintContext.protected voidPText.paint(PPaintContext paintContext) Paint this node behind any of its children nodes.protected voidPText.paintGreek(PPaintContext paintContext) Paint greek with the specified paint context.protected voidPText.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 PPaintContextModifier and TypeFieldDescriptionstatic PPaintContextPPaintContext.CURRENT_PAINT_CONTEXTDeprecated.will disappear as soon as possible Global for accessing the current paint context while painting.