Uses of Class
edu.umd.cs.piccolo.util.PPaintContext

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   
edu.umd.cs.piccolox.swt   
 

Uses of PPaintContext in edu.umd.cs.piccolo
 

Methods in edu.umd.cs.piccolo with parameters of type PPaintContext
 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();
 void PNode.fullPaint(PPaintContext paintContext)
          Paint this node and all of its descendents.
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.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 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 PImage.paint(PPaintContext paintContext)
           
protected  void PText.paint(PPaintContext paintContext)
           
protected  void PPath.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 PNodeCache.fullPaint(PPaintContext paintContext)
           
 void PCacheCamera.fullPaint(PPaintContext paintContext)
          Overrides the camera's full paint method to do the fast rendering when possible
 void PStyledText.fullPaint(PPaintContext paintContext)
           
protected  void PStyledText.paint(PPaintContext paintContext)
           
protected  void P3DRect.paint(PPaintContext paintContext)
           
protected  void PClip.paint(PPaintContext paintContext)
           
protected  void PLine.paint(PPaintContext paintContext)
           
protected  void PClip.paintAfterChildren(PPaintContext paintContext)
           
 

Uses of PPaintContext in edu.umd.cs.piccolox.swt
 

Methods in edu.umd.cs.piccolox.swt with parameters of type PPaintContext
protected  void PSWTImage.paint(PPaintContext paintContext)
           
 void PSWTText.paint(PPaintContext ppc)
          Renders the text object.
protected  void PSWTPath.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).
 



Copyright © 2005 by University of Maryland, College Park, MD 20742, USA All rights reserved.