org.kite9.diagram.position
Class RouteRenderingInformation
java.lang.Object
org.kite9.diagram.position.RouteRenderingInformation
- All Implemented Interfaces:
- Serializable, RenderingInformation
public class RouteRenderingInformation
- extends Object
- implements RenderingInformation
This is used to hold the route of an edge, or container border.
- Author:
- robmoffat
- See Also:
- Serialized Form
positions
public List<Dimension2D> positions
hops
public List<Boolean> hops
RouteRenderingInformation
public RouteRenderingInformation()
getWaypoint
public Dimension2D getWaypoint(int pos)
size
public int size()
add
public void add(Dimension2D d)
set
public void set(int point,
Dimension2D d)
toString
public String toString()
- Overrides:
toString in class Object
isHop
public boolean isHop(int pos)
setHop
public void setHop(int pos)
getBoundingSize
public Dimension2D getBoundingSize()
getBoundingPosition
public Dimension2D getBoundingPosition()
Copyright © 2011. All Rights Reserved.