Padding

Inheritance: java.lang.Object

public class Padding

Paddings parameters.

Constructors

ConstructorDescription
Padding()

Methods

MethodDescription
equals(Object arg0)
getBottom()Bottom padding.
getClass()
getLeft()Left padding.
getRight()Right padding.
getTop()Top padding.
hashCode()
notify()
notifyAll()
setBottom(Unit value)Bottom padding.
setLeft(Unit value)Left padding.
setRight(Unit value)Right padding.
setTop(Unit value)Top padding.
toString()Returns a human-readable string representation of this Padding .
wait()
wait(long arg0)
wait(long arg0, int arg1)

Padding()

public Padding()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBottom()

public Unit getBottom()

Bottom padding.

Returns: Unit

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getLeft()

public Unit getLeft()

Left padding.

Returns: Unit

getRight()

public Unit getRight()

Right padding.

Returns: Unit

getTop()

public Unit getTop()

Top padding.

Returns: Unit

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBottom(Unit value)

public void setBottom(Unit value)

Bottom padding.

Parameters:

ParameterTypeDescription
valueUnit

setLeft(Unit value)

public void setLeft(Unit value)

Left padding.

Parameters:

ParameterTypeDescription
valueUnit

setRight(Unit value)

public void setRight(Unit value)

Right padding.

Parameters:

ParameterTypeDescription
valueUnit

setTop(Unit value)

public void setTop(Unit value)

Top padding.

Parameters:

ParameterTypeDescription
valueUnit

toString()

public String toString()

Returns a human-readable string representation of this Padding .

Returns: java.lang.String - A string that represents this Padding .

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int