org.jcurl.zui.piccolo
Class PIceFactory

Package class diagram package PIceFactory
java.lang.Object
  extended by org.jcurl.zui.piccolo.PIceFactory
All Implemented Interfaces:
Factory
Direct Known Subclasses:
PIceFactory.Fancy

public abstract class PIceFactory
extends Object
implements Factory

Creates a unpickable PNode displaying a sheet of ice assuming a RIGHT HANDED coordinate system.

Version:
$Id:PIceFactory.java 795 2008-03-19 13:40:42Z mrohrmoser $
Author:
M. Rohrmoser

Nested Class Summary
static class PIceFactory.Fancy
           
 
Constructor Summary
PIceFactory()
           
 
Method Summary
abstract  PNode newInstance()
           
protected static PNode node(Shape s, Paint p, Stroke l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PIceFactory

public PIceFactory()
Method Detail

node

protected static PNode node(Shape s,
                            Paint p,
                            Stroke l)

newInstance

public abstract PNode newInstance()


Copyright © 2005-2009 jcurl.org. All Rights Reserved.