Package edu.umd.cs.piccolo.nodes


package edu.umd.cs.piccolo.nodes
This package contains nodes that may be useful for Piccolo applications. These nodes are intended to be useful, but not definitive. Many applications will also end up defining their nodes which can be used along with these.
  • Classes
    Class
    Description
    PHtmlView is a Piccolo node for rendering HTML text.
    PImage is a wrapper around a java.awt.Image.
    PPath is a wrapper around a java.awt.geom.GeneralPath.
    PText is a multi-line text node.