|
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.chart.internal.RenderPersistData
org.eclipse.tptp.platform.report.birt).
public class RenderPersistData
Render Data that can persist from one render() call to an other one.
| Field Summary | |
|---|---|
int |
e_wallpaper
Deprecated. effect of wallpaper |
IGCDStyle |
g_style
Deprecated. style for graphic |
IImage |
g_wallpaper
Deprecated. image for wallpaper, null for none, this is stored in a DImageProvider, do not dispose here. |
DGraphic |
graphic
Deprecated. Persist data is strongly associated with this graphic |
Rect |
graphic_rect
Deprecated. rectangle of graphic, stored to guess invalidation |
java.lang.String |
graphic_type
Deprecated. keep trace of graphic type to invalidate data |
java.util.Locale |
locale
Deprecated. The current locale |
static int |
V_LEGEND
Deprecated. |
static int |
V_TITLE
Deprecated. |
| Constructor Summary | |
|---|---|
RenderPersistData(DGraphic gph)
Deprecated. Create a persistent data associated with given graphic |
|
| Method Summary | |
|---|---|
void |
dispose()
Deprecated. dispose resources hold by this "persistent" data |
void |
invalidate(int mask)
Deprecated. |
boolean |
isValid(int mask)
Deprecated. |
void |
rebuildCurveStyles(int n_curves,
float _scale)
Deprecated. |
void |
validate(int mask)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int V_TITLE
public static final int V_LEGEND
public DGraphic graphic
public java.util.Locale locale
public Rect graphic_rect
public java.lang.String graphic_type
public IImage g_wallpaper
public int e_wallpaper
public IGCDStyle g_style
| Constructor Detail |
|---|
public RenderPersistData(DGraphic gph)
| Method Detail |
|---|
public boolean isValid(int mask)
public void validate(int mask)
public void invalidate(int mask)
public void dispose()
dispose in interface IDisposable
public void rebuildCurveStyles(int n_curves,
float _scale)
|
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 | ||||||||