|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LinkEndStyle | |
|---|---|
| org.kite9.diagram.adl | This package contains value objects which can be used in ADL (Abstract Diagram Language). |
| Uses of LinkEndStyle in org.kite9.diagram.adl |
|---|
| Methods in org.kite9.diagram.adl that return LinkEndStyle | |
|---|---|
static LinkEndStyle |
LinkEndStyle.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LinkEndStyle[] |
LinkEndStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.kite9.diagram.adl with parameters of type LinkEndStyle | |
|---|---|
Link(Connected from,
Connected to,
LinkEndStyle fromStyle,
Label fromLabel,
LinkEndStyle toEndStyle,
Label toLabel)
|
|
Link(Connected from,
Connected to,
LinkEndStyle fromStyle,
Label fromLabel,
LinkEndStyle toEndStyle,
Label toLabel,
Direction drawDirection)
|
|
Link(Connected from,
Connected to,
LinkEndStyle toEndStyle,
String toTextStr,
Direction drawDirection)
Deprecated. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||