org.jcurl.demo.tactics.sg
Class SGRockFactory
java.lang.Object
org.jcurl.demo.tactics.sg.SGRockFactory
- All Implemented Interfaces:
- Factory
- Direct Known Subclasses:
- SGRockFactory.Fancy
public abstract class SGRockFactory
- extends Object
- implements Factory
Creates a pickable node displaying one rock, assuming a RIGHT HANDED
parent coordinate system.
- Version:
- $Id:PRockFactory.java 795 2008-03-19 13:40:42Z mrohrmoser $
- Author:
- M. Rohrmoser
|
Field Summary |
(package private) static double |
EPSILON
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EPSILON
static final double EPSILON
- See Also:
- Constant Field Values
SGRockFactory
public SGRockFactory()
node
protected static SGShape node(Shape s,
Paint p,
Stroke str,
Paint sp)
newInstance
public SGNode newInstance(int i16)
newInstance
protected abstract SGNode newInstance(int i8,
boolean isDark)
Copyright © 2005-2009 JCurl.mro.name. All Rights Reserved.