java.lang.Object
com.port80.graph.impl.Vertex.Port
- All Implemented Interfaces:
- com.port80.graph.IVertexPort
- Enclosing class:
- Vertex
- public static class Vertex.Port
- extends java.lang.Object
- implements com.port80.graph.IVertexPort
|
Field Summary |
(package private) int |
fDx
|
(package private) int |
fDy
|
(package private) java.lang.String |
fName
|
(package private) int |
fOrder
x,y offset from vertex center in pixels. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fName
java.lang.String fName
fDx
int fDx
fDy
int fDy
fOrder
int fOrder
- x,y offset from vertex center in pixels.
Vertex.Port
Vertex.Port(java.lang.String name)
Vertex.Port
public Vertex.Port(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