FontBBox

Inheritance: java.lang.Object

public class FontBBox

表示字体边界框。

方法

方法描述
equals(Object arg0)
getClass()
getXMax()获取 XMax 值。
getXMin()获取 XMin 值。
getYMax()获取 YMax 值。
getYMin()获取 YMin 值。
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

参数类型描述
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getXMax()

public double getXMax()

获取 XMax 值。

Returns: double - XMax 值。

getXMin()

public double getXMin()

获取 XMin 值。

Returns: double - XMin 值。

getYMax()

public double getYMax()

获取 YMax 值。

Returns: double - YMax 值。

getYMin()

public double getYMin()

获取 YMin 值。

Returns: double - YMin 值。

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

参数类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

参数类型描述
arg0long
arg1int