public class DiagramArrows extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DiagramArrows.ArrowType |
| Constructor and Description |
|---|
DiagramArrows() |
| Modifier and Type | Method and Description |
|---|---|
static void |
drawArrow(Graphics2D gfx,
Point2D start,
Point2D end,
Stroke lineStroke,
Stroke arrowStroke,
float arrowSize,
DiagramArrows.ArrowType startArrowType,
DiagramArrows.ArrowType endArrowType) |
static DiagramArrows.ArrowType |
parseArrowTypeLenient(String s) |
public static DiagramArrows.ArrowType parseArrowTypeLenient(String s)
public static void drawArrow(Graphics2D gfx, Point2D start, Point2D end, Stroke lineStroke, Stroke arrowStroke, float arrowSize, DiagramArrows.ArrowType startArrowType, DiagramArrows.ArrowType endArrowType)
Copyright © 2021 vpc open source initiative. All rights reserved.