V
- E
- public interface EdgeViewInfo<V,E extends Edge<V>>
Modifier and Type | Method and Description |
---|---|
EdgeAnchor |
getAnchor() |
List<Point> |
getPoints() |
EdgeStyle<V,E> |
getStyle() |
boolean |
isCurve() |
void |
setAnchor(EdgeAnchor anchor) |
void |
setCurve(boolean curve) |
void |
setPoints(List<Point> l) |
void |
setStyle(EdgeStyle<V,E> style) |
boolean isCurve()
void setCurve(boolean curve)
EdgeAnchor getAnchor()
void setAnchor(EdgeAnchor anchor)
Copyright © 2005–2020. All rights reserved.