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

Quick Search    Search Deep

com.port80.graph.dot.impl
Class DotPathEnd  view DotPathEnd download DotPathEnd.java

java.lang.Object
  extended bycom.port80.graph.dot.impl.DotBoxList
      extended bycom.port80.graph.dot.impl.DotPathEnd

public class DotPathEnd
extends DotBoxList


Field Summary
private static java.lang.String NAME
           
(package private)  IntPoint port
           
(package private)  int sidemask
           
 
Fields inherited from class com.port80.graph.dot.impl.DotBoxList
fBoxes, fCapacity, fSize
 
Constructor Summary
DotPathEnd(int n)
           
 
Methods inherited from class com.port80.graph.dot.impl.DotBoxList
add, add, get, getLast, grow, removeLast, reset, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

private static final java.lang.String NAME
See Also:
Constant Field Values

port

IntPoint port

sidemask

int sidemask
Constructor Detail

DotPathEnd

public DotPathEnd(int n)