public class EdgeViewInfoImpl<V,E extends Edge<V>> extends Object implements EdgeViewInfo<V,E>
Constructor and Description |
---|
EdgeViewInfoImpl() |
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) |
public boolean isCurve()
public void setCurve(boolean curve)
public EdgeAnchor getAnchor()
public void setAnchor(EdgeAnchor anchor)
Copyright © 2005–2020. All rights reserved.