|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ascape.util.vis.ERVGlyphFactory
public class ERVGlyphFactory
Constructor Summary | |
---|---|
ERVGlyphFactory()
|
Method Summary | |
---|---|
static java.awt.geom.GeneralPath |
circle(int s)
Method. |
static java.awt.geom.GeneralPath |
diamond(int s)
Method. |
static java.awt.geom.GeneralPath |
square(int s)
Method. |
static java.awt.geom.GeneralPath |
triangle1(int s)
Method. |
static java.awt.geom.GeneralPath |
triangle2(int s)
Method. |
static java.awt.geom.GeneralPath |
triangle3(int s)
Method. |
static java.awt.geom.GeneralPath |
triangle4(int s)
Method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ERVGlyphFactory()
Method Detail |
---|
public static java.awt.geom.GeneralPath square(int s)
s
- parameter
public static java.awt.geom.GeneralPath triangle1(int s)
s
- parameter
public static java.awt.geom.GeneralPath triangle2(int s)
s
- parameter
public static java.awt.geom.GeneralPath triangle3(int s)
s
- parameter
public static java.awt.geom.GeneralPath triangle4(int s)
s
- parameter
public static java.awt.geom.GeneralPath diamond(int s)
s
- parameter
public static java.awt.geom.GeneralPath circle(int s)
s
- parameter
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |