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 인스턴스를 생성합니다.

필드

필드설명
heightSize2D의 높이.
widthSize2D의 너비.

메서드

메서드설명
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:

매개변수유형설명
너비float너비.
높이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:

매개변수유형설명
arg0java.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:

매개변수유형설명
wdouble
hdouble

setSize(float w, float h)

public void setSize(float w, float h)

Size2D의 차원을 지정된 float 값으로 설정합니다.

Parameters:

매개변수유형설명
wfloatSize2D의 너비
hfloatSize2D의 높이

setSize(Dimension2D arg0)

public void setSize(Dimension2D arg0)

Parameters:

매개변수유형설명
arg0java.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:

매개변수유형설명
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

매개변수유형설명
arg0long
arg1int