Size2D.Float
コンテンツ
[
隠れる
]Inheritance: java.lang.Object, java.awt.geom.Dimension2D, com.aspose.xps.Size2D
All Implemented Interfaces: java.io.Serializable
public static class Size2D.Float extends Size2D implements Serializable
Float クラスは、浮動小数点座標で指定された次元を定義します。
コンストラクタ
| コンストラクタ | 説明 |
|---|---|
| Float() | Size2D インスタンスを作成します。 |
| Float(float width, float height) | Size2D インスタンスを作成します。 |
フィールド
| フィールド | 説明 |
|---|---|
| height | この Size2D の高さです。 |
| width | この Size2D の幅です。 |
メソッド
| メソッド | 説明 |
|---|---|
| clone() | |
| equals(Object arg0) | |
| getClass() | |
| getHeight() | {@inheritDoc} |
| getWidth() | {@inheritDoc} |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setSize(double w, double h) | {@inheritDoc} |
| setSize(float w, float h) | この Size2D の寸法を指定された float 値に設定します。 |
| setSize(Dimension2D arg0) | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
Float()
public Float()
Size2D インスタンスを作成します。
Float(float width, float height)
public Float(float width, float height)
Size2D インスタンスを作成します。
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| width | float | 幅です。 |
| height | float | 高さです。 |
height
public float height
この Size2D の高さです。
width
public float width
この Size2D の幅です。
clone()
public Object clone()
Returns: java.lang.Object
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getHeight()
public double getHeight()
Returns: double
getWidth()
public double getWidth()
Returns: double
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setSize(double w, double h)
public void setSize(double w, double h)
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| w | double | |
| h | double |
setSize(float w, float h)
public void setSize(float w, float h)
この Size2D の寸法を指定された float 値に設定します。
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| w | float | この Size2D の幅です |
| h | float | この Size2D の高さです |
setSize(Dimension2D arg0)
public void setSize(Dimension2D arg0)
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| arg0 | java.awt.geom.Dimension2D |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| arg0 | long | |
| arg1 | int |