|
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.svg.internal.input.impl.InputBase
org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.SizeImpl
public class SizeImpl
An implementation of the model object 'Size'.
The following features are implemented:
| Field Summary | |
|---|---|
protected double |
height
The cached value of the ' Height' attribute |
protected static double |
HEIGHT_EDEFAULT
The default value of the ' Height' attribute |
protected boolean |
heightESet
This is true if the Height attribute has been set |
protected double |
width
The cached value of the ' Width' attribute |
protected static double |
WIDTH_EDEFAULT
The default value of the ' Width' attribute |
protected boolean |
widthESet
This is true if the Width attribute has been set |
| Fields inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase |
|---|
_chart, _element |
| Constructor Summary | |
|---|---|
protected |
SizeImpl()
|
|
SizeImpl(Chart chart)
|
|
SizeImpl(Chart chart,
org.w3c.dom.Element element)
|
| Method Summary | |
|---|---|
double |
getHeight()
|
double |
getWidth()
|
boolean |
isSetHeight()
|
boolean |
isSetWidth()
|
void |
setHeight(double newHeight)
|
void |
setWidth(double newWidth)
|
java.lang.String |
toString()
|
void |
unsetHeight()
|
void |
unsetWidth()
|
| Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase |
|---|
getElement, setElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.tptp.platform.report.chart.svg.internal.input.Size |
|---|
getElement |
| Field Detail |
|---|
protected static final double HEIGHT_EDEFAULT
Height' attribute.
getHeight(),
Constant Field Valuesprotected double height
Height' attribute.
getHeight()protected boolean heightESet
protected static final double WIDTH_EDEFAULT
Width' attribute.
getWidth(),
Constant Field Valuesprotected double width
Width' attribute.
getWidth()protected boolean widthESet
| Constructor Detail |
|---|
protected SizeImpl()
public SizeImpl(Chart chart)
public SizeImpl(Chart chart,
org.w3c.dom.Element element)
| Method Detail |
|---|
public double getHeight()
getHeight in interface SizeSize.isSetHeight(),
Size.unsetHeight(),
Size.setHeight(double),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getSize_Height()public void setHeight(double newHeight)
setHeight in interface SizenewHeight - the new value of the 'Height' attribute.Size.isSetHeight(),
Size.unsetHeight(),
Size.getHeight()public void unsetHeight()
unsetHeight in interface SizeSize.isSetHeight(),
Size.getHeight(),
Size.setHeight(double)public boolean isSetHeight()
isSetHeight in interface SizeSize.unsetHeight(),
Size.getHeight(),
Size.setHeight(double)public double getWidth()
getWidth in interface SizeSize.isSetWidth(),
Size.unsetWidth(),
Size.setWidth(double),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getSize_Width()public void setWidth(double newWidth)
setWidth in interface SizenewWidth - the new value of the 'Width' attribute.Size.isSetWidth(),
Size.unsetWidth(),
Size.getWidth()public void unsetWidth()
unsetWidth in interface SizeSize.isSetWidth(),
Size.getWidth(),
Size.setWidth(double)public boolean isSetWidth()
isSetWidth in interface SizeSize.unsetWidth(),
Size.getWidth(),
Size.setWidth(double)public java.lang.String toString()
toString in class java.lang.Object
|
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 | ||||||||