|
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.DItem
org.eclipse.tptp.platform.report.core.internal.DItemContainer
org.eclipse.tptp.platform.report.core.internal.DPoint
org.eclipse.tptp.platform.report.birt).
public class DPoint
A point is a Curve (DCurve) item child containing one or several coordinates (DCoord) assocated to axis (DAxis).
Note: few Graphic types as T_HISTOGRAM (_IM), T_SECTOR (_3D), T_HISTORS and T_STACKBARS,
can have label replacing displayed values. Such labels are provided by string
contained in a DText item which much be child of DPoint. Only first DText label
is used. To set a blank label use empty string in DText item. Note: multi-lines labels
are not supported.
labels might be aligned using DAxis.P_LABEL_ALIGNMENT property, refer to DAxis class.
DCurve,
DCoord| Field Summary | |
|---|---|
static java.lang.String |
DEF_ACTUAL_POINT
Deprecated. Actual point type |
static java.lang.String |
DEF_HOLE_POINT
Deprecated. Hole point type |
| Constructor Summary | |
|---|---|
DPoint()
Deprecated. Creates a point without any coordinate. |
|
| Method Summary | |
|---|---|
DCoord |
getCoord(DAxis _axis)
Deprecated. |
java.lang.String |
getId()
Deprecated. |
java.lang.String |
getTooltip()
Deprecated. |
java.lang.String |
getType()
Deprecated. |
void |
setId(java.lang.String id)
Deprecated. Sets the point ID Only activated for the SVG generation |
void |
setTooltip(java.lang.String tooltip)
Deprecated. Sets the point's tooltip text Only activated for the SVG generation |
void |
setType(java.lang.String type)
Deprecated. sets the point type Only activated for the SVG generation |
| Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItemContainer |
|---|
clear, getChildCount, getChildOfClass, getChildPosition, getChildrenOfClass, getFirstChild, getLastChild, insertChild, isContainer, removeChild |
| Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem |
|---|
addChild, getAppliedStyle, getIterator, getNext, getParent, getRoot, getStyle, setNext, setParent, setStyle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEF_ACTUAL_POINT
setType(String),
Constant Field Valuespublic static final java.lang.String DEF_HOLE_POINT
setType(String),
Constant Field Values| Constructor Detail |
|---|
public DPoint()
| Method Detail |
|---|
public DCoord getCoord(DAxis _axis)
_axis - the axis corresponding to the required coordinate.
public java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.String getTooltip()
public void setTooltip(java.lang.String tooltip)
public java.lang.String getId()
public void setId(java.lang.String id)
|
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 | ||||||||