|
TPTP 4.5.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.DWallpaper
org.eclipse.tptp.platform.report.birt).
public class DWallpaper
IDWallpaper implementation. Define a background image using various effect as position,repeat, scale... Those effect can be used (by a driver) to render image in a rectangle.
| Field Summary | |
|---|---|
static int |
BORDER
Deprecated. override any other effect, the image is drawn repeatly in the inside of rectangle |
static int |
BOTTOM
Deprecated. place the image at the bottom of the rendering rectangle |
static int |
CENTER
Deprecated. combined mask |
static int |
DEFAULT
Deprecated. |
static int |
HCENTER
Deprecated. place image in the center horizontally (this is the default, if nor LEFT neither RIGHT is used) |
static int |
HREPEAT
Deprecated. repeat image horizontally to fit rectnagle width. left, right or hscale can be used with hrepeat |
static int |
HSCALE
Deprecated. the image is extended/reduced to fit the rectangle width. |
static int |
LAST
Deprecated. last valid effect value |
static int |
LEFT
Deprecated. place the image on the left side of rendering rectangle |
static int |
REPEAT
Deprecated. |
static int |
RIGHT
Deprecated. place the image on the right side of rendering rectangle |
static int |
SCALE
Deprecated. |
static int |
TOP
Deprecated. place the image at the top of rendering rectangle |
static int |
VCENTER
Deprecated. place image in the center vertically (this is the default, if nor TOP neither BOTTOM is used) |
static int |
VREPEAT
Deprecated. same as HREPEAT for rectangle height |
static int |
VSCALE
Deprecated. same as HSCALE for rectangle height |
| Constructor Summary | |
|---|---|
DWallpaper(java.lang.String name)
Deprecated. Create a wallpaper using default effect. |
|
DWallpaper(java.lang.String name,
int effect)
Deprecated. Create a wallpaper using given image and effect. |
|
| Method Summary | |
|---|---|
int |
getEffect()
Deprecated. Returns the effect applied on the wall paper |
java.lang.String |
getName()
Deprecated. Returns the name of the Wall Pager |
boolean |
haveEffect(int mask)
Deprecated. |
static boolean |
HaveEffect(int effect,
int mask)
Deprecated. |
boolean |
isEffect(int mask)
Deprecated. |
static boolean |
IsEffect(int effect,
int mask)
Deprecated. |
void |
serializeFromString(java.lang.String str)
Deprecated. Reset wallpaper to default, and try to configure from speficied string. |
java.lang.String |
serializeToString()
Deprecated. return string with wallpaper configuration |
void |
setEffect(int effect)
Deprecated. Change effect value of wallpaper. |
void |
setName(java.lang.String name)
Deprecated. Change the image name of the wallpaper. |
static int |
ToEffect(java.lang.String str)
Deprecated. |
static java.lang.String |
ToString(int effect)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int HCENTER
public static int VCENTER
public static int LEFT
public static int RIGHT
public static int HSCALE
public static int TOP
public static int BOTTOM
public static int VSCALE
public static int HREPEAT
public static int VREPEAT
public static int BORDER
public static int LAST
public static int CENTER
public static int SCALE
public static int REPEAT
public static int DEFAULT
| Constructor Detail |
|---|
public DWallpaper(java.lang.String name)
public DWallpaper(java.lang.String name,
int effect)
| Method Detail |
|---|
public java.lang.String getName()
IDWallpaper
getName in interface IDWallpaperpublic void setName(java.lang.String name)
public int getEffect()
IDWallpaper
getEffect in interface IDWallpaperpublic void setEffect(int effect)
public boolean isEffect(int mask)
public boolean haveEffect(int mask)
public static boolean IsEffect(int effect,
int mask)
public static boolean HaveEffect(int effect,
int mask)
public static java.lang.String ToString(int effect)
public static int ToEffect(java.lang.String str)
public java.lang.String serializeToString()
serializeToString in interface IDStringSerializablepublic void serializeFromString(java.lang.String str)
serializeFromString in interface IDStringSerializable
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||