Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.graph.impl
Class Vertex.Port  view Vertex.Port download Vertex.Port.java

java.lang.Object
  extended bycom.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.
 
Constructor Summary
(package private) Vertex.Port(java.lang.String name)
           
  Vertex.Port(java.lang.String name, int order, int dx, int dy)
           
 
Method Summary
 int getDx()
           
 int getDy()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fName

java.lang.String fName

fDx

int fDx

fDy

int fDy

fOrder

int fOrder
x,y offset from vertex center in pixels.

Constructor Detail

Vertex.Port

Vertex.Port(java.lang.String name)

Vertex.Port

public Vertex.Port(java.lang.String name,
                   int order,
                   int dx,
                   int dy)
Method Detail

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