|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectExtent
public class Extent
Field Summary | |
---|---|
int |
extentL
|
int |
extentR
|
Constructor Summary | |
---|---|
Extent(int width)
|
|
Extent(int pExtentL,
int pExtentR)
|
Method Summary | |
---|---|
void |
extend(int deltaL,
int deltaR)
|
void |
move(int delta)
|
String |
toString()
|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int extentL
public int extentR
Constructor Detail |
---|
public Extent(int pExtentL, int pExtentR)
public Extent(int width)
Method Detail |
---|
public void extend(int deltaL, int deltaR)
public void move(int delta)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |