|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.chart2D.IndexedClipList
@Deprecated public class IndexedClipList extends java.lang.Object
The IndexedClipList class implements an unbounded array
of clips. It contains clips that can be accessed using an integer index.
| Constructor and Description |
|---|
IndexedClipList()
Deprecated. |
| Modifier and Type | Method and Description |
|---|---|
Rectangle2D |
getClipBounds(int from,
int to)
Deprecated. Returns the smallest Rectangle2D containing all clips in the specified range. |
int |
getFirstIndex()
Deprecated. Returns first clip list index. |
int |
getLastIndex()
Deprecated. Returns last index of the clip list. |
void |
insertIndexes(int from,
int to)
Deprecated. Inserts new empty elements into clip list at specified index. |
void |
removeIndexes(int from,
int to)
Deprecated. Removes all clips in a specified range. |
void |
reset()
Deprecated. Removes all clips from the clip list. |
void |
setClip(int i,
Rectangle2D r)
Deprecated. Sets a clip at the specified list position. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexedClipList()
| Method Detail |
|---|
public void reset()
public int getFirstIndex()
public int getLastIndex()
public Rectangle2D getClipBounds(int from,
int to)
from - start index of the clips range in the listto - end index of the clips range in the list
public void removeIndexes(int from,
int to)
from - range beginning indexto - range end index
public void insertIndexes(int from,
int to)
from - index of first element from insertion rangeto - index of the last element from insertion range
public void setClip(int i,
Rectangle2D r)
i - the position in the list to set clip atr - the clip
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||