मुख्य कंटेंट तक स्किप करें

Class: SUICheckBox

This page documents the methods and fields available in the SUICheckBox class.

Members

SignatureDescription
getCheckedBorder()Returns the current checked border.
getCheckedBorderUnitType()Returns the current checked border unit type.
getCheckedColor()Returns the current checked color.
getCheckedImage()Returns the current checked image.
getCheckedImageType()Returns the current checked image type.
getTargetRectObject()Returns the current target rect object.
getTargetRectType()Returns the current target rect type.
getUncheckedBorder()Returns the current unchecked border.
getUncheckedBorderUnitType()Returns the current unchecked border unit type.
getUncheckedColor()Returns the current unchecked color.
getUncheckedImage()Returns the current unchecked image.
getUncheckedImageType()Returns the current unchecked image type.
isChecked()Returns whether checked is true.
isCheckedIgnoreMask()Returns whether checked ignore mask is true.
isClickable()Returns whether clickable is true.
isUncheckedIgnoreMask()Returns whether unchecked ignore mask is true.
setCheckedBorder(int)Sets or updates the checked border.
setCheckedBorder(int, SUnitType)Sets or updates the checked border.
setCheckedBorderUnitType(SUnitType)Sets or updates the checked border unit type.
setCheckedColor(Color)Sets or updates the checked color.
setCheckedIgnoreMask(boolean)Sets or updates the checked ignore mask.
setCheckedImage(Texture)Sets or updates the checked image.
setCheckedImageType(SImageType)Sets or updates the checked image type.
setClickable(boolean)Sets or updates the clickable.
setPressed(boolean)Sets or updates the pressed.
setTargetRectObject(SpatialObject)Sets or updates the target rect object.
setTargetRectType(STargetRect)Sets or updates the target rect type.
setUncheckedBorder(int)Sets or updates the unchecked border.
setUncheckedBorder(int, SUnitType)Sets or updates the unchecked border.
setUncheckedBorderUnitType(SUnitType)Sets or updates the unchecked border unit type.
setUncheckedColor(Color)Sets or updates the unchecked color.
setUncheckedIgnoreMask(boolean)Sets or updates the unchecked ignore mask.
setUncheckedImage(Texture)Sets or updates the unchecked image.
setUncheckedImageType(SImageType)Sets or updates the unchecked image type.