|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.datastream.JRObjectResult jet.datastream.JRVisiableResult
@Deprecated public class JRVisiableResult
The class JRVisiableResult
is designed for JReport Engine inner usage,
it is not for Customer's use, we strongly recommend that customers do not use
it. This class and it's methods "which were previously exposed in api doc" will be
recorded as Deprecated.
This object provide x,y, width, height and specify the methods of saving,
restoring the UDO object. The save and restore operation work on a
stream which is used to store JReport system report result.
Field Summary |
---|
Fields inherited from interface jet.datastream.RecordLocation |
---|
DETAIL, PAGE_FOOTER, PAGE_HEADER |
Constructor Summary | |
---|---|
JRVisiableResult()
Deprecated. |
Method Summary | |
---|---|
void |
addCompLevelValue(java.lang.String name,
DbValue value)
Deprecated. |
java.lang.Object |
clone()
Deprecated. |
void |
dealDefaultBounds()
Deprecated. For template writing opitimization, if with x,y, width,height in template and it's value same as final result involved values, not need read/write |
JRVisiableResult |
dup(JRVisiableResult obj)
Deprecated. |
java.util.Hashtable |
getAllCompLevelValues()
Deprecated. |
java.lang.String |
getAnchor()
Deprecated. |
java.awt.Rectangle |
getBounds()
Deprecated. |
java.lang.Object |
getCompLevelValue(java.lang.String name)
Deprecated. |
int |
getHeight()
Deprecated. |
int |
getIncreasedHeight()
Deprecated. |
java.awt.Rectangle |
getInnerBounds()
Deprecated. |
int |
getInnerHeight()
Deprecated. |
int |
getInnerWidth()
Deprecated. |
int |
getInnerX()
Deprecated. |
int |
getInnerY()
Deprecated. |
jet.util.Propertiable |
getPropertyByName(java.lang.String propertyName)
Deprecated. Get a property by the specified name. |
jet.util.Propertiable |
getPropertyByName(java.lang.String propertyName,
Record record)
Deprecated. Get a property by the specified name and record. |
int |
getStartXPos()
Deprecated. |
int |
getStartYPos()
Deprecated. |
java.awt.Rectangle |
getUnitBounds()
Deprecated. |
int |
getWidth()
Deprecated. |
int |
getX()
Deprecated. |
int |
getY()
Deprecated. |
boolean |
isNeedAd()
Deprecated. |
boolean |
noChangedHeight()
Deprecated. |
boolean |
noChangedWidth()
Deprecated. |
void |
setAd(boolean needAd)
Deprecated. |
void |
setAllCompLevelValues(java.util.Hashtable table)
Deprecated. |
void |
setAnchor(java.lang.String anchor)
Deprecated. |
void |
setHeight(int height)
Deprecated. |
void |
setStartXPos(int startX)
Deprecated. |
void |
setStartYPos(int startY)
Deprecated. |
void |
setWidth(int width)
Deprecated. |
void |
setX(int x)
Deprecated. |
void |
setY(int y)
Deprecated. |
Methods inherited from class jet.datastream.JRObjectResult |
---|
dump, dup, getCalculateRecord, getCommunicator, getImgInfo, getImgResourceByPropertyName, getImgResourceByPropertyName, getJetObjInstName, getLinkComm, getLinkCondition, getLinkPage, getObjectType, getParent, getProperties, getProperty, getRecord, getResolution, getSection, getSubIdxOfRpt, getSynRecord, getSynRecord2, getTableRow, getTemplate, getTemplateIndex, getUDOName, isChangeByF, isDirty, isHasLink, setDirty, setHasLink, 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 boolean noChangedWidth()
public final int getWidth()
public final void setHeight(int height)
public boolean noChangedHeight()
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()
@Deprecated public final java.awt.Rectangle getBounds()
JRVisiableResult
object.
Rectangle
, the unit of inner size is Pixelpublic final java.awt.Rectangle getUnitBounds()
public void dealDefaultBounds()
public java.lang.Object clone()
clone
in class JRObjectResult
public 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)
public jet.util.Propertiable getPropertyByName(java.lang.String propertyName, Record record)
JRObjectResult
getPropertyByName
in class JRObjectResult
propertyName
- the name of property which we want to getrecord
- the record which current JRObjectResult keep
Propertiable
representing the specified propertypublic jet.util.Propertiable getPropertyByName(java.lang.String propertyName)
JRObjectResult
getPropertyByName
in interface jet.util.PropertySetable
getPropertyByName
in class JRObjectResult
propertyName
- the name of property which we want to get
Propertiable
representing the specified propertypublic 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 |