|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.datastream.JRObjectResult
jet.datastream.JRVisiableResult
public class JRVisiableResult
This object provide x,y, width, height and specify the methods of saving, restoring the UDO object. The save and resotre operation are work on a stream which is used to store JReport system report result.
| Constructor Summary | |
|---|---|
JRVisiableResult()
Constructor. |
|
| Method Summary | |
|---|---|
void |
addCompLevelValue(java.lang.String name,
DbValue value)
put a formla value into hashtable |
java.lang.Object |
clone()
|
JRVisiableResult |
dup(JRVisiableResult obj)
|
java.util.Hashtable |
getAllCompLevelValues()
|
java.lang.String |
getAnchor()
|
java.awt.Rectangle |
getBounds()
Get the bounds of this visiable object. |
java.lang.Object |
getCompLevelValue(java.lang.String name)
get value from hashtable |
int |
getHeight()
|
int |
getIncreasedHeight()
|
java.awt.Rectangle |
getInnerBounds()
|
int |
getInnerHeight()
|
int |
getInnerWidth()
|
int |
getInnerX()
|
int |
getInnerY()
|
Propertiable |
getPropertyByName(java.lang.String propertyName)
over write from super |
Propertiable |
getPropertyByName(java.lang.String propertyName,
Record record)
over write from super |
int |
getStartXPos()
|
int |
getStartYPos()
|
java.awt.Rectangle |
getUnitBounds()
|
int |
getWidth()
|
int |
getX()
|
int |
getY()
|
boolean |
isNeedAd()
|
void |
setAd(boolean needAd)
|
void |
setAllCompLevelValues(java.util.Hashtable table)
|
void |
setAnchor(java.lang.String anchor)
|
void |
setHeight(int height)
|
void |
setStartXPos(int startX)
|
void |
setStartYPos(int startY)
|
void |
setWidth(int width)
|
void |
setX(int x)
|
void |
setY(int y)
|
| Methods inherited from class jet.datastream.JRObjectResult |
|---|
dump, dup, getCalculateRecord, getCommunicator, getJetObjInstName, getLinkComm, getLinkCondition, getLinkPage, getObjectType, getParent, getProperties, getProperty, getRecord, getResolution, getSection, getTableRow, getTemplate, getTemplateIndex, getUDOName, isDirty, setDirty, setLink, setNLSManager, setParent, setTemplate, setTemplateIndex, UTFLength |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JRVisiableResult()
| Method Detail |
|---|
public final void setStartYPos(int startY)
public final void setStartXPos(int startX)
public final int getStartYPos()
public final int getStartXPos()
public final void setX(int x)
public final int getX()
public final void setY(int y)
public final int getY()
public final void setWidth(int width)
public final int getWidth()
public final void setHeight(int height)
public final int getHeight()
public final int getInnerX()
public final int getInnerY()
public final int getInnerWidth()
public final int getInnerHeight()
public final java.awt.Rectangle getInnerBounds()
public final java.awt.Rectangle getBounds()
public final java.awt.Rectangle getUnitBounds()
public java.lang.Object clone()
clone in class JRObjectResultpublic JRVisiableResult dup(JRVisiableResult obj)
public int getIncreasedHeight()
public void setAnchor(java.lang.String anchor)
public java.lang.String getAnchor()
public void setAd(boolean needAd)
public boolean isNeedAd()
public void addCompLevelValue(java.lang.String name,
DbValue value)
public java.lang.Object getCompLevelValue(java.lang.String name)
name -
public Propertiable getPropertyByName(java.lang.String propertyName,
Record record)
getPropertyByName in class JRObjectResultpublic Propertiable getPropertyByName(java.lang.String propertyName)
getPropertyByName in interface PropertySetablegetPropertyByName in class JRObjectResultpublic java.util.Hashtable getAllCompLevelValues()
public void setAllCompLevelValues(java.util.Hashtable table)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||