Measure

遗产: java.lang.Object

public class Measure

描述测量坐标系的类。

构造函数

构造函数描述
Measure(Annotation annotation)为度量注释创建度量对象。

方法

方法描述
equals(Object arg0)
getAngleFormat()用于测量角度的数字格式数组。
getAreaFormat()用于面积测量的数字格式数组。
getClass()
getDistanceFormat()用于测量任意方向距离的数字格式数组。
getOrigin()应在默认用户空间坐标中指定测量坐标系原点的点。
getScaleRatio()表示绘图比例的文本字符串。
getSlopeFormat()用于测量直线斜率的数字格式数组。
getXFormat()一个数字格式数组,用于测量沿 x 轴的变化,如果 Y 不存在,则也沿 y 轴
getXYFactor()一个系数,用于将沿 y 轴的最大单位转换为沿 x 轴的最大单位。
getYFormat()用于测量沿 y 轴变化的数字格式数组。
hashCode()
notify()
notifyAll()
setAngleFormat(Measure.NumberFormatList value)用于测量角度的数字格式数组。
setAreaFormat(Measure.NumberFormatList value)用于面积测量的数字格式数组。
setDistanceFormat(Measure.NumberFormatList value)用于测量任意方向距离的数字格式数组。
setOrigin(Point value)应在默认用户空间坐标中指定测量坐标系原点的点。
setScaleRatio(String value)
setSlopeFormat(Measure.NumberFormatList value)用于测量直线斜率的数字格式数组。
setXFormat(Measure.NumberFormatList value)一个数字格式数组,用于测量沿 x 轴的变化,如果 Y 不存在,则也沿 y 轴
setXYFactor(double value)一个系数,用于将沿 y 轴的最大单位转换为沿 x 轴的最大单位。
setYFormat(Measure.NumberFormatList value)用于测量沿 y 轴变化的数字格式数组。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Measure(Annotation annotation)

public Measure(Annotation annotation)

为度量注释创建度量对象。

参数:

范围类型描述
annotationAnnotation将绑定哪个度量的注释。

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getAngleFormat()

public Measure.NumberFormatList getAngleFormat()

用于测量角度的数字格式数组。

退货: NumberFormatList - NumberFormatList 值

getAreaFormat()

public Measure.NumberFormatList getAreaFormat()

用于面积测量的数字格式数组。

退货: NumberFormatList - NumberFormatList 值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getDistanceFormat()

public Measure.NumberFormatList getDistanceFormat()

用于测量任意方向距离的数字格式数组。

退货: NumberFormatList - NumberFormatList 值

getOrigin()

public Point getOrigin()

应在默认用户空间坐标中指定测量坐标系原点的点。

退货: Point 点对象

getScaleRatio()

public String getScaleRatio()

表示绘图比例的文本字符串。

退货: java.lang.String - 字符串对象

getSlopeFormat()

public Measure.NumberFormatList getSlopeFormat()

用于测量直线斜率的数字格式数组。

退货: NumberFormatList - NumberFormatList 值

getXFormat()

public Measure.NumberFormatList getXFormat()

一个数字格式数组,用于测量沿 x 轴的变化,如果 Y 不存在,则也沿 y 轴

退货: NumberFormatList - NumberFormatList 值

getXYFactor()

public double getXYFactor()

一个系数,用于将沿 y 轴的最大单位转换为沿 x 轴的最大单位。

退货: 双倍价值

getYFormat()

public Measure.NumberFormatList getYFormat()

用于测量沿 y 轴变化的数字格式数组。

退货: NumberFormatList - NumberFormatList 值

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAngleFormat(Measure.NumberFormatList value)

public void setAngleFormat(Measure.NumberFormatList value)

用于测量角度的数字格式数组。

参数:

范围类型描述
valueNumberFormatListNumberFormatList 值

setAreaFormat(Measure.NumberFormatList value)

public void setAreaFormat(Measure.NumberFormatList value)

用于面积测量的数字格式数组。

参数:

范围类型描述
valueNumberFormatListNumberFormatList 对象

setDistanceFormat(Measure.NumberFormatList value)

public void setDistanceFormat(Measure.NumberFormatList value)

用于测量任意方向距离的数字格式数组。

参数:

范围类型描述
valueNumberFormatListNumberFormatList 值

setOrigin(Point value)

public void setOrigin(Point value)

应在默认用户空间坐标中指定测量坐标系原点的点。

参数:

范围类型描述
valuePoint点对象

setScaleRatio(String value)

public void setScaleRatio(String value)

参数:

范围类型描述
valuejava.lang.String

setSlopeFormat(Measure.NumberFormatList value)

public void setSlopeFormat(Measure.NumberFormatList value)

用于测量直线斜率的数字格式数组。

参数:

范围类型描述
valueNumberFormatListNumberFormatList 值

setXFormat(Measure.NumberFormatList value)

public void setXFormat(Measure.NumberFormatList value)

一个数字格式数组,用于测量沿 x 轴的变化,如果 Y 不存在,则也沿 y 轴

参数:

范围类型描述
valueNumberFormatListNumberFormatList 值

setXYFactor(double value)

public void setXYFactor(double value)

一个系数,用于将沿 y 轴的最大单位转换为沿 x 轴的最大单位。

参数:

范围类型描述
valuedouble双倍价值

setYFormat(Measure.NumberFormatList value)

public void setYFormat(Measure.NumberFormatList value)

用于测量沿 y 轴变化的数字格式数组。

参数:

范围类型描述
valueNumberFormatListNumberFormatList 值

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int