|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractCollection | +--java.util.AbstractList | +--java.util.Vector | +--objects.plotCollection
A collection of objects to be plotted
Field Summary |
Fields inherited from class java.util.Vector |
capacityIncrement, elementCount, elementData |
Fields inherited from class java.util.AbstractList |
modCount |
Constructor Summary | |
plotCollection()
|
Method Summary | |
void |
draw(java.awt.Graphics g)
|
void |
drawAs(java.awt.Graphics g,
int symbol)
|
objects.plotArc |
getCyclicPlot(int i)
|
objects.plotObject |
getPlot(int i)
|
int |
locateCyclic(fundamentals.EuAngle v)
locate an angle among the visible parameters, interpreted as angles. |
boolean |
mouseVicinity(fundamentals.mouseVector mouseAt)
See if mouse position is close to this point. |
void |
toPs(java.lang.StringBuffer work)
|
fundamentals.mouseVector |
visiblePixel(java.util.Random croupier)
Return a visible pixel at random |
Methods inherited from class java.util.Vector |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
Methods inherited from class java.util.AbstractList |
iterator, listIterator, listIterator |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
iterator, listIterator, listIterator |
Constructor Detail |
public plotCollection()
Method Detail |
public void draw(java.awt.Graphics g)
public void toPs(java.lang.StringBuffer work)
public void drawAs(java.awt.Graphics g, int symbol)
public boolean mouseVicinity(fundamentals.mouseVector mouseAt)
mouseAt
- The coordinates of the mouse position
public fundamentals.mouseVector visiblePixel(java.util.Random croupier)
croupier
-
public objects.plotObject getPlot(int i)
public objects.plotArc getCyclicPlot(int i)
public int locateCyclic(fundamentals.EuAngle v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |