|
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.DCoordAbstract
org.eclipse.tptp.platform.report.birt).
public abstract class DCoordAbstract
Abstract DCoord. Doesn't define any implementation choice to store value. Use IDItem to hold nor IDItem children nor IDStyle in this object (consume less memory).
DAxis,
DPoint,
DCoord,
DCoordObject| Constructor Summary | |
|---|---|
DCoordAbstract()
Deprecated. Create unusable unknown coordinate on an inexistent axis. |
|
DCoordAbstract(DAxis a)
Deprecated. Create coordinate on an axis. |
|
| Method Summary | |
|---|---|
boolean |
addChild(IDItem item)
Deprecated. do nothing, since DCoord can't have child |
void |
clear()
Deprecated. Clears the resources kept by the item. |
IDStyle |
getAppliedStyle()
Deprecated. Returns the style to applied on this item, might be getStyle() or one of parent's style if getStyle returns null. |
DAxis |
getAxis()
Deprecated. |
int |
getChildCount()
Deprecated. Returns the item child number. |
int |
getChildPosition(IDItem i)
Deprecated. Returns the child item position in the list. |
IDItem |
getFirstChild()
Deprecated. Returns the first child of the item. |
IDItemIterator |
getIterator()
Deprecated. Returns the item iterator. |
IDItem |
getLastChild()
Deprecated. Returns the last child of the item. |
IDItem |
getNext()
Deprecated. Returns the next item. |
IDItem |
getParent()
Deprecated. Returns the parent of the item. |
IDItem |
getRoot()
Deprecated. Returns the current document. |
IDStyle |
getStyle()
Deprecated. Do nothing because DCoord can't have style, apply style on DPoint or DCurve. |
boolean |
insertChild(IDItem item,
IDItem after)
Deprecated. Do nothing, because DCoord can't have child |
boolean |
isContainer()
Deprecated. Returns true if the item is a container. |
boolean |
removeChild(IDItem item)
Deprecated. Do nothing because DCoord can't have child |
void |
setAxis(DAxis _axis)
Deprecated. Change axis of the coordinate. |
void |
setNext(IDItem i)
Deprecated. Change next item of DCoord |
void |
setParent(IDItem p)
Deprecated. Change parent item of DCoord |
void |
setStyle(IDStyle style)
Deprecated. Do nothing because DCoord can't have style, apply style on DPoint or DCurve. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.tptp.platform.report.core.internal.IDCoord |
|---|
getValue, setValue |
| Constructor Detail |
|---|
public DCoordAbstract(DAxis a)
a - axis of the coordinatepublic DCoordAbstract()
| Method Detail |
|---|
public DAxis getAxis()
getAxis in interface IDCoordpublic void setAxis(DAxis _axis)
setAxis in interface IDCoord_axis - new axis of the coordinate.public boolean addChild(IDItem item)
addChild in interface IDItempublic void clear()
IDItem
clear in interface IDItempublic int getChildCount()
IDItem
getChildCount in interface IDItempublic int getChildPosition(IDItem i)
IDItem
getChildPosition in interface IDItempublic IDItem getRoot()
IDItem
getRoot in interface IDItempublic IDItem getFirstChild()
IDItem
getFirstChild in interface IDItempublic IDItemIterator getIterator()
IDItem
getIterator in interface IDItempublic IDItem getLastChild()
IDItem
getLastChild in interface IDItempublic IDItem getNext()
IDItem
getNext in interface IDItempublic IDItem getParent()
IDItem
getParent in interface IDItempublic IDStyle getAppliedStyle()
IDItem
getAppliedStyle in interface IDItemIDItem.getStyle()
public boolean insertChild(IDItem item,
IDItem after)
insertChild in interface IDItemafter - item after which child should be added
public boolean isContainer()
IDItem
isContainer in interface IDItempublic boolean removeChild(IDItem item)
removeChild in interface IDItempublic void setNext(IDItem i)
setNext in interface IDItemi - next itempublic void setParent(IDItem p)
setParent in interface IDItemp - parent itempublic void setStyle(IDStyle style)
setStyle in interface IDItemstyle - item stylepublic IDStyle getStyle()
getStyle in interface IDItem
|
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 | ||||||||