| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.Vector
|
+--org.rr0.is.presentation.view.report.applet.draw.DrawSelection
A selection of DrawEvents.
| Field Summary | |
private Rectangle | bounds |
| Fields inherited from class java.util.Vector |
elementData, elementCount, capacityIncrement |
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
DrawSelection() | |
| Method Summary | |
void | add(DrawEvent currentEvent)Add to the selection |
void | clear()Empties the selection. |
Rectangle | getBounds() |
int | getHeight() |
int | getWidth() |
int | getX() |
int | getY() |
void | remove(DrawEvent currentEvent)Remove an element from the collection |
void | scaleHeight(double heightFactor) |
void | scaleWidth(double widthFactor) |
void | select(boolean selected)(un)select the elements of the selection |
void | setColor(Color color)Set the color of the whole collection. |
void | setLocation(int newX, int newY) |
void | setTranparency(int alpha) |
void | translate(int deltaX, int deltaY) |
| Methods inherited from class java.util.Vector |
copyInto, trimToSize, ensureCapacity, setSize, capacity, size, isEmpty, elements, contains, indexOf, indexOf, lastIndexOf, lastIndexOf, elementAt, firstElement, lastElement, setElementAt, removeElementAt, insertElementAt, addElement, removeElement, removeAllElements, clone, toArray, toArray, get, set, add, remove, add, remove, containsAll, addAll, removeAll, retainAll, addAll, equals, hashCode, toString, subList, removeRange |
| Methods inherited from class java.util.AbstractList |
iterator, listIterator, listIterator |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait, finalize |
| Field Detail |
private Rectangle bounds
| Constructor Detail |
public DrawSelection()
| Method Detail |
public void add(DrawEvent currentEvent)
public void clear()
public Rectangle getBounds()
public int getHeight()
public int getWidth()
public int getX()
public int getY()
public void remove(DrawEvent currentEvent)
public void scaleHeight(double heightFactor)
public void scaleWidth(double widthFactor)
public void select(boolean selected)
public void setColor(Color color)
public void setLocation(int newX, int newY)
public void setTranparency(int alpha)
public void translate(int deltaX, int deltaY)
| Association Links |
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||