@Deprecated public class JRVisiableResult extends JRObjectResult
JRVisiableResult
is designed for Logi Report 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 Logi Report system report result.HTMLParsedModelIndex
Constructor and Description |
---|
JRVisiableResult()
Deprecated.
|
JRVisiableResult(int modeType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addCompLevelValue(java.lang.String name,
DbValue value)
Deprecated.
|
boolean |
canRTLLayout()
Deprecated.
|
java.lang.Object |
copyObject()
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.
|
int |
getLTRX()
Deprecated.
|
Propertiable |
getPropertyByName(java.lang.String propertyName)
Deprecated.
Get a property by the specified name.
|
Propertiable |
getPropertyByName(java.lang.String propertyName,
Record record)
Deprecated.
|
int |
getRTLX()
Deprecated.
|
int |
getStartXPos()
Deprecated.
|
int |
getStartYPos()
Deprecated.
|
java.awt.Rectangle |
getUnitBounds()
Deprecated.
|
int |
getWidth()
Deprecated.
|
int |
getX()
Deprecated.
|
int |
getY()
Deprecated.
|
void |
initExportingBounds()
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 |
setExportHeight(int h)
Deprecated.
|
void |
setExportWidth(int w)
Deprecated.
|
void |
setExportX(int x)
Deprecated.
|
void |
setExportY(int y)
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.
|
adjustWH, dump, dup, getAutoScaleInNumber, getCalculateRecord, getChangeByProperty, getChangeByProperty, getCommunicator, getContinuousUpLevelObject, getDataStream, getDbValue, getDSFieldWithHtmlTag, getFieldInstName, getHtmlParsedmodelIndex, getImgInfo, getImgResourceByPropertyName, getImgResourceByPropertyName, getJetObjInstName, getLinkComm, getLinkCondition, getLinkPage, getModeType, getObjectType, getParent, getParentContainerTemplateIndex, getPDFAttachmentByPropertyName, getPDFAttachmentByPropertyName, getProperties, getProperty, getProperty, getPropertyByName, getPropertyByName, getRecord, getResolution, getResourceStore, getSection, getSubIdxOfRpt, getSynRecord, getSynRecord2, getTableRow, getTemplate, getTemplateIndex, getUDOName, getVer, isChangeByF, isDirty, isHasLink, isHTMLParsedObject, isRTLLayout, length, setDirty, setDSFieldWithHtmlTag, setFieldInstName, setHasLink, setHtmlParsedmodelIndex, setHTMLParsedObject, setHTMLParsedTemplate, setLink, setNLSManager, setParent, setTemplate, setTemplateIndex, UTFLength
public JRVisiableResult()
public JRVisiableResult(int modeType)
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 int getLTRX()
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 copyObject()
copyObject
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 Propertiable getPropertyByName(java.lang.String propertyName, Record record)
getPropertyByName
in class JRObjectResult
public Propertiable getPropertyByName(java.lang.String propertyName)
JRObjectResult
getPropertyByName
in class JRObjectResult
propertyName
- the name of property which we want to getPropertiable
representing the specified propertypublic java.util.Hashtable getAllCompLevelValues()
public void setAllCompLevelValues(java.util.Hashtable table)
public void initExportingBounds()
public void setExportX(int x)
public void setExportY(int y)
public void setExportWidth(int w)
public void setExportHeight(int h)
public boolean canRTLLayout()
public int getRTLX()