public interface Size extends IChartObject
The following features are supported:
| 限定符和类型 | 方法和说明 |
|---|---|
Size |
copyInstance() |
double |
getHeight()
Returns the value of the 'Height' attribute.
|
double |
getWidth()
Returns the value of the 'Width' attribute.
|
boolean |
isSetHeight()
Returns whether the value of the '
Height' attribute is set |
boolean |
isSetWidth()
Returns whether the value of the '
Width' attribute is set |
void |
scale(double dScale)
Scales the size instance as specified via the 'dScale' parameter
|
Size |
scaleInstance(double dScale)
Returns a new size instance with scaled members
|
void |
setHeight(double value)
Sets the value of the '
Height' attribute |
void |
setWidth(double value)
Sets the value of the '
Width' attribute |
void |
unsetHeight()
Unsets the value of the '
Height' attribute |
void |
unsetWidth()
Unsets the value of the '
Width' attribute |
double getHeight()
isSetHeight(),
unsetHeight(),
setHeight(double),
AttributePackage.getSize_Height()void setHeight(double value)
Height' attribute.
Sets the height component of the size.
value - the new value of the 'Height' attribute.isSetHeight(),
unsetHeight(),
getHeight()void unsetHeight()
Height' attribute.
boolean isSetHeight()
Height' attribute is set.
unsetHeight(),
getHeight(),
setHeight(double)double getWidth()
isSetWidth(),
unsetWidth(),
setWidth(double),
AttributePackage.getSize_Width()void setWidth(double value)
Width' attribute.
Sets the width component of the size.
value - the new value of the 'Width' attribute.isSetWidth(),
unsetWidth(),
getWidth()void unsetWidth()
Width' attribute.
isSetWidth(),
getWidth(),
setWidth(double)boolean isSetWidth()
Width' attribute is set.
unsetWidth(),
getWidth(),
setWidth(double)void scale(double dScale)
dScale - Size scaleInstance(double dScale)
dScale - The scaling factorSize copyInstance()
copyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.