public class LineCache
extends java.lang.Object
Constructor and Description |
---|
LineCache() |
LineCache(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
Line |
add(java.lang.String label,
int index,
int shape,
int color,
Node node1,
Node node2) |
void |
del(int index) |
void |
del(Line[] lines) |
void |
del(Node atNode) |
void |
del(Node atNode1,
Node atNode2) |
void |
del(java.lang.String label) |
java.util.Enumeration |
elements() |
void |
flush() |
Line |
get(int index) |
Line[] |
get(Node atNode) |
Line |
get(Node atNode1,
Node atNode2) |
Line |
get(java.lang.String label) |
void |
move(Node atNode) |
void |
move(Node atNode1,
Node atNode2) |
public void flush()
public java.util.Enumeration elements()
public Line add(java.lang.String label, int index, int shape, int color, Node node1, Node node2)
public void move(Node atNode)
public Line get(java.lang.String label)
public Line get(int index)
public void del(Node atNode)
public void del(Line[] lines)
public void del(int index)
public void del(java.lang.String label)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details