public interface Location extends IChartObject
The following features are supported:
| 限定符和类型 | 方法和说明 |
|---|---|
Location |
copyInstance() |
double |
getX()
Returns the value of the 'X' attribute
|
double |
getY()
Returns the value of the 'Y' attribute
|
boolean |
isSetX()
Returns whether the value of the '
X' attribute is set |
boolean |
isSetY()
Returns whether the value of the '
Y' attribute is set |
void |
scale(double dScale)
Causes the internal (x,y) values to be scaled by a relative (dScale) value
|
void |
set(double dX,
double dY)
A convenience method for defining member variables
NOTE: Manually created
|
void |
setX(double value)
Sets the value of the ' X' attribute.
|
void |
setY(double value)
Sets the value of the ' Y' attribute.
|
void |
translate(double dTranslateX,
double dTranslateY)
Causes the internal (x,y) values to be translated by a relative value of (dTranslateX, dTranslateY)
|
void |
unsetX()
Unsets the value of the '
X' attribute |
void |
unsetY()
Unsets the value of the '
Y' attribute |
double getX()
isSetX(),
unsetX(),
setX(double),
AttributePackage.getLocation_X()void setX(double value)
X' attribute. Sets the 'X' co-ordinate component of the location. void unsetX()
X' attribute.
isSetX(),
getX(),
setX(double)boolean isSetX()
X' attribute is set.
unsetX(),
getX(),
setX(double)double getY()
isSetY(),
unsetY(),
setY(double),
AttributePackage.getLocation_Y()void setY(double value)
Y' attribute. Sets the 'Y' co-ordinate component of the location. void unsetY()
Y' attribute.
isSetY(),
getY(),
setY(double)boolean isSetY()
Y' attribute is set.
unsetY(),
getY(),
setY(double)void set(double dX,
double dY)
dX - dY - void translate(double dTranslateX,
double dTranslateY)
dX - dY - void scale(double dScale)
dScale - Location copyInstance()
copyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.