| Package | Description |
|---|---|
| net.thevpc.diagram4j.util |
| Modifier and Type | Method and Description |
|---|---|
static DiagramArrows.ArrowType |
DiagramArrows.parseArrowTypeLenient(String s) |
static DiagramArrows.ArrowType |
DiagramArrows.ArrowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiagramArrows.ArrowType[] |
DiagramArrows.ArrowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DiagramArrows.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.