public class ArrowFactory
extends java.lang.Object
| Constructor and Description |
|---|
ArrowFactory() |
| Modifier and Type | Method and Description |
|---|---|
static java.awt.geom.GeneralPath |
getNotchedArrow(float base,
float height,
float notch_height)
Returns an arrowhead in the shape of an isosceles triangle
with an isoceles-triangle notch taken out of the base,
with the specified base and height measurements.
|
static java.awt.geom.GeneralPath |
getWedgeArrow(float base,
float height)
Returns an arrowhead in the shape of a simple isosceles triangle
with the specified base and height measurements.
|
public static java.awt.geom.GeneralPath getWedgeArrow(float base,
float height)
public static java.awt.geom.GeneralPath getNotchedArrow(float base,
float height,
float notch_height)