|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.TableDetailInfo
public class TableDetailInfo
| Constructor Summary | |
|---|---|
TableDetailInfo(java.util.Vector displayInfos,
boolean isParallel,
boolean isTileDetail,
boolean isTileHorizontal)
|
|
TableDetailInfo(java.util.Vector displayInfos,
int width,
int height,
boolean isParallel,
boolean isTileDetail,
boolean isTileHorizontal)
|
|
| Method Summary | |
|---|---|
boolean |
addDisplayInfo(DisplayFieldInfo o)
Appends a display's information of this detail. |
void |
addDisplayInfo(int index,
DisplayFieldInfo element)
Inserts a display's information of the detail at the specified position. |
void |
clearDisplayInfos()
Removes all of displays' information from the detail. |
DisplayFieldInfo |
getDisplayInfo(int index)
Returns the DisplayFieldInfo at the specified position. |
java.util.Vector |
getDisplayInfos()
Gets displays' information of this detail. |
double |
getHeight()
|
double |
getWidth()
|
boolean |
isParallel()
Tests if this detail is parallel. |
boolean |
isTileDetail()
|
boolean |
isTileHorizontal()
|
boolean |
removeDisplayInfo(DisplayFieldInfo o)
Removes the first occurrence of the DisplayFieldInfo. |
DisplayFieldInfo |
removeDisplayInfo(int index)
Removes the DisplayFieldInfo at the specified position. |
void |
setDisplayInfos(java.util.Vector displayInfos)
Sets displays' information of this detail. |
void |
setHeight(double height)
|
void |
setParallel(boolean isParallel)
Set detail to parallel or not. |
void |
setTileDetail(boolean isTileDetail)
|
void |
setTileHorizontal(boolean isTileHorizontal)
|
void |
setWidth(double width)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableDetailInfo(java.util.Vector displayInfos,
boolean isParallel,
boolean isTileDetail,
boolean isTileHorizontal)
public TableDetailInfo(java.util.Vector displayInfos,
int width,
int height,
boolean isParallel,
boolean isTileDetail,
boolean isTileHorizontal)
| Method Detail |
|---|
public java.util.Vector getDisplayInfos()
public void setDisplayInfos(java.util.Vector displayInfos)
public void addDisplayInfo(int index,
DisplayFieldInfo element)
index - index at which the DisplayFieldInfo is to be inserted.element - DisplayFieldInfo to be inserted.
java.lang.ArrayIndexOutOfBoundsException - index is out of range (index < 0 || index > size()).public boolean addDisplayInfo(DisplayFieldInfo o)
o - DisplayFieldInfo to be appended.
public void clearDisplayInfos()
public DisplayFieldInfo getDisplayInfo(int index)
index - index of DisplayFieldInfo to return.
java.lang.ArrayIndexOutOfBoundsException - index is out of range (index < 0 || index >=
size()).public DisplayFieldInfo removeDisplayInfo(int index)
index - the index of the DisplayFieldInfo to removed.
java.lang.ArrayIndexOutOfBoundsException - index out of range (index < 0 || index >= size()).public boolean removeDisplayInfo(DisplayFieldInfo o)
(o==null ? get(i)==null : o.equals(get(i))) (if such an
DisplayFieldInfo exists).
o - DisplayFieldInfo to be removed, if present.
public boolean isParallel()
public void setParallel(boolean isParallel)
isParallel - public double getWidth()
public void setWidth(double width)
public double getHeight()
public void setHeight(double height)
public boolean isTileHorizontal()
public void setTileHorizontal(boolean isTileHorizontal)
public boolean isTileDetail()
public void setTileDetail(boolean isTileDetail)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||