public class TickShapes
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.awt.Shape |
circle(double size)
Creates a circle, centered at the origin, with the given total size
|
static java.awt.Shape |
cross(double size)
Creates a cross, centered at the origin, with the given total size
|
static java.awt.Shape |
diamond(double size)
Creates a diamond, centered at the origin, with the given total size
|
static java.awt.Shape |
square(double size)
Creates a square, centered at the origin, with the given total size
|
static java.awt.Shape |
triangle(double size)
Creates a triangle, centered at the origin, with the given total size
|
static java.awt.Shape |
xShape(double size)
Creates an x-shape, centered at the origin, with the given total size
|
public static java.awt.Shape xShape(double size)
size - The sizepublic static java.awt.Shape cross(double size)
size - The sizepublic static java.awt.Shape diamond(double size)
size - The sizepublic static java.awt.Shape circle(double size)
size - The sizepublic static java.awt.Shape square(double size)
size - The sizepublic static java.awt.Shape triangle(double size)
size - The sizeCopyright © 2018. All Rights Reserved.