CIRCLE, CONVEX, CROSS, DELTA, DIAMOND, NONE, SEGMENT, SHORT_ARROW, SKEWED_DASH, STANDARD, WHITE_CIRCLE, WHITE_DELTA, WHITE_DIAMOND
Constructor and Description |
---|
Arrows()
Constructor, with no arrow visible for the source or the target.
|
Arrows(short source,
short target)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Arrows |
clone() |
short |
getSource()
Return the source arrow type
|
short |
getTarget()
Return the target arrow type
|
void |
setSource(short source)
Set the source arrow type
|
void |
setTarget(short target)
Set the target arrow type
|
public Arrows()
public Arrows(short source, short target)
source
- the source arrow typetarget
- the target arrow typeArrowType
public Arrows clone()
clone
in class java.lang.Object
public void setSource(short source)
source
- the source arrow typeArrowType
public short getSource()
public void setTarget(short target)
target
- the target arrow typeArrowType
public short getTarget()
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence