public class ArrowFactory extends Object
| Constructor and Description |
|---|
ArrowFactory() |
| Modifier and Type | Method and Description |
|---|---|
static 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 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 GeneralPath getWedgeArrow(float base, float height)
public static GeneralPath getNotchedArrow(float base, float height, float notch_height)
Copyright © 2015. All rights reserved.