|
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.Objectjava.lang.Throwable
org.eclipse.tptp.platform.report.chart.internal.DefaultRenderChartLocation
org.eclipse.tptp.platform.report.birt).
public class DefaultRenderChartLocation
Used to locate a point in a graphic render. Id is a string to identify where is the point. This a throwable because few default graphics an detect a location without testing all possibility.
| Field Summary | |
|---|---|
protected java.lang.String |
displayed_text_
Deprecated. used for location on text area, store displayed text |
protected int |
end_angle_
Deprecated. used for CurveSector, start and end angle of sector |
protected java.lang.String |
id_
Deprecated. id for location @see DLocated |
protected IDItem |
item_
Deprecated. associated item for location. |
protected DPoint |
ppoint_
Deprecated. used for CurveLine, here is the previous point of segment |
protected IRect |
rect_
Deprecated. area used for location |
protected int |
start_angle_
Deprecated. used for CurveSector, start and end angle of sector |
| Constructor Summary | |
|---|---|
DefaultRenderChartLocation(java.lang.String _id,
IDItem _item,
IRect _rect)
Deprecated. Create a ChartLocation |
|
DefaultRenderChartLocation(java.lang.String _id,
IDItem _item,
Rect _rect,
java.lang.String _dtxt)
Deprecated. Create a ChartLocation |
|
| Method Summary | |
|---|---|
IShape |
getArea()
Deprecated. |
java.lang.String |
getDisplayedText()
Deprecated. |
int |
getEndAngle()
Deprecated. end angle of located CurveSector |
java.lang.String |
getId()
Deprecated. |
IDItem |
getItem()
Deprecated. |
DPoint |
getPreviousPoint()
Deprecated. |
int |
getStartAngle()
Deprecated. start angle of located CurveSector |
void |
setAngles(int _start,
int _end)
Deprecated. Set angles |
void |
setDisplayedText(java.lang.String _t)
Deprecated. Set Displayed text |
void |
setPreviousPoint(DPoint pp)
Deprecated. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String id_
protected IDItem item_
protected IRect rect_
protected java.lang.String displayed_text_
protected int start_angle_
protected int end_angle_
protected DPoint ppoint_
| Constructor Detail |
|---|
public DefaultRenderChartLocation(java.lang.String _id,
IDItem _item,
IRect _rect)
_id - identification of the location, @see DLocated_item - item associated to the location._rect - rectangle where the location is valid.
public DefaultRenderChartLocation(java.lang.String _id,
IDItem _item,
Rect _rect,
java.lang.String _dtxt)
_id - identification of the location, @see DLocated_item - item associated to the location._rect - rectangle where the location is valid._dtxt - displayed text| Method Detail |
|---|
public java.lang.String getId()
getId in interface IRenderLocationpublic IDItem getItem()
getItem in interface IRenderLocationpublic IShape getArea()
getArea in interface IRenderLocationpublic java.lang.String getDisplayedText()
public void setDisplayedText(java.lang.String _t)
public int getStartAngle()
public int getEndAngle()
public void setAngles(int _start,
int _end)
public DPoint getPreviousPoint()
public void setPreviousPoint(DPoint pp)
|
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 | ||||||||