|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.core.internal.DItem
org.eclipse.tptp.platform.report.core.internal.DImage
org.eclipse.tptp.platform.report.birt).
public class DImage
This class provides a way to add images in a document.
| Constructor Summary | |
|---|---|
DImage()
Deprecated. Creates an image with unnamed reference. |
|
DImage(java.lang.String name)
Deprecated. Creates an image with its name reference. |
|
| Method Summary | |
|---|---|
float |
getHeightScale()
Deprecated. Access method for the heightScale property. |
java.lang.String |
getName()
Deprecated. Access method for the name property. |
float |
getWidthScale()
Deprecated. Access method for the widthScale property. |
void |
setHeightScale(float aHeightScale)
Deprecated. Sets the value of the heightScale property. |
void |
setName(java.lang.String aName)
Deprecated. Sets the value of the name property. |
void |
setWidthScale(float aWidthScale)
Deprecated. Sets the value of the widthScale property. |
| Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem |
|---|
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DImage(java.lang.String name)
name - location of the pixmap. name can be an URL.public DImage()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String aName)
aName - the new value of the name propertypublic float getHeightScale()
getHeightScale in interface IDSizeableItempublic void setHeightScale(float aHeightScale)
setHeightScale in interface IDSizeableItemaHeightScale - the new value of the heightScale propertypublic float getWidthScale()
getWidthScale in interface IDSizeableItempublic void setWidthScale(float aWidthScale)
setWidthScale in interface IDSizeableItemaWidthScale - the new value of the widthScale property
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||