java.lang.Object
com.port80.graph.dot.impl.VirtualPort
- All Implemented Interfaces:
- com.port80.graph.IVertexPort
- public class VirtualPort
- extends java.lang.Object
- implements com.port80.graph.IVertexPort
Port for VirtualVertex.
|
Field Summary |
(package private) boolean |
constrained
slope in radians |
private static boolean |
DEBUG
|
(package private) int |
dx
x offset in percentage. |
(package private) int |
dy
x offset in pixels. |
(package private) java.lang.String |
name
|
private static java.lang.String |
NAME
|
(package private) int |
order
|
(package private) double |
theta
Actual coordinate of the port. |
(package private) int |
x
y offset in pixels. |
(package private) int |
xOffset
|
(package private) int |
y
y offset in pixels. |
(package private) int |
yOffset
x offset in percentage. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
private static final java.lang.String NAME
- See Also:
- Constant Field Values
DEBUG
private static final boolean DEBUG
- See Also:
- Constant Field Values
name
java.lang.String name
order
int order
xOffset
int xOffset
yOffset
int yOffset
- x offset in percentage.
dx
int dx
- x offset in percentage.
dy
int dy
- x offset in pixels.
x
int x
- y offset in pixels.
y
int y
- y offset in pixels.
theta
double theta
- Actual coordinate of the port.
constrained
boolean constrained
- slope in radians
VirtualPort
VirtualPort()
VirtualPort
VirtualPort(java.lang.String name,
int order,
int dx,
int dy)
getName
public java.lang.String getName()
- Specified by:
getName in interface com.port80.graph.IVertexPort
getDx
public int getDx()
- Specified by:
getDx in interface com.port80.graph.IVertexPort
getDy
public int getDy()
- Specified by:
getDy in interface com.port80.graph.IVertexPort