public class Sizes extends Object
Constructor and Description |
---|
Sizes() |
Modifier and Type | Method and Description |
---|---|
static int |
getArrowHeadWidth(int fontHeight)
Gets half the width for an arrow head.
|
static int |
getLaunchSquare(int fontHeight)
Gets a launch square size.
|
static int |
getNarrowBorder(int fontHeight)
Gets a narrow border.
|
static int |
getNullSquare(int fontHeight)
Gets a null square size.
|
static int |
getThickEdge(int fontHeight)
Gets the width for thick edges.
|
static int |
getThinEdge(int fontHeight)
Gets the width for thin edges.
|
static int |
getVeryThinEdge(int fontHeight)
Gets the width for very thin edges.
|
public static int getArrowHeadWidth(int fontHeight)
fontHeight
- the font height.public static int getLaunchSquare(int fontHeight)
fontHeight
- the font height.public static int getNarrowBorder(int fontHeight)
fontHeight
- the font height.public static int getNullSquare(int fontHeight)
fontHeight
- the font height.public static int getThickEdge(int fontHeight)
fontHeight
- the font height.public static int getThinEdge(int fontHeight)
fontHeight
- the font height.public static int getVeryThinEdge(int fontHeight)
fontHeight
- the font height.