public class

Property

extends Object
java.lang.Object
   ↳ net.pierrox.lightning_launcher.script.api.Property

Summary

Constants
String PROP_CELL_HEIGHT
String PROP_CELL_LEFT
String PROP_CELL_TOP
String PROP_CELL_WIDTH
String PROP_FOLDER_BOX
String PROP_FOLDER_TITLE_FONT_COLOR
String PROP_FOLDER_TITLE_FONT_SIZE
String PROP_FOLDER_TITLE_VISIBILITY
String PROP_FOLDER_W_AH
String PROP_FOLDER_W_AV
String PROP_FOLDER_W_H
String PROP_FOLDER_W_W
String PROP_FOLDER_W_X
String PROP_FOLDER_W_Y
String PROP_ICON_COLOR_FILTER
String PROP_ICON_REFLECTION
String PROP_ICON_SCALE
String PROP_ICON_VISIBILITY
String PROP_ITEM_ALPHA
String PROP_ITEM_BOX
String PROP_ITEM_ENABLED
String PROP_ITEM_ON_GRID
String PROP_ITEM_VISIBILITY
String PROP_ITEM_Z_INDEX
String PROP_PAGE_BG_COLOR
String PROP_PAGE_NAV_BAR_COLOR
String PROP_PAGE_SCROLLING_DIRECTION
String PROP_PAGE_STATUS_BAR_COLOR
String PROP_TEXT_COLOR_FOCUSED
String PROP_TEXT_COLOR_NORMAl
String PROP_TEXT_COLOR_SELECTED
String PROP_TEXT_FONT_SIZE
String PROP_TEXT_FONT_STYLE
String PROP_TEXT_LABEL
String PROP_TEXT_LABEL_VISIBILITY
String PROP_TRANSFORM_A
String PROP_TRANSFORM_H
String PROP_TRANSFORM_KX
String PROP_TRANSFORM_KY
String PROP_TRANSFORM_SX
String PROP_TRANSFORM_SY
String PROP_TRANSFORM_W
String PROP_TRANSFORM_X
String PROP_TRANSFORM_Y
String PROP_VOID
int TYPE_BOOLEAN
int TYPE_FLOAT
int TYPE_INTEGER
int TYPE_STRING
int TYPE_UNKNOWN
Public Methods
static Property getByName(String name)
String getLabel()
String getName()
static int getType(String name)
Return the type of a property identified by its name.
int getType()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String PROP_CELL_HEIGHT

Constant Value: "c.h"

public static final String PROP_CELL_LEFT

Constant Value: "c.l"

public static final String PROP_CELL_TOP

Constant Value: "c.t"

public static final String PROP_CELL_WIDTH

Constant Value: "c.w"

public static final String PROP_FOLDER_BOX

Constant Value: "f.box"

public static final String PROP_FOLDER_TITLE_FONT_COLOR

Constant Value: "f.titleFontColor"

public static final String PROP_FOLDER_TITLE_FONT_SIZE

Constant Value: "f.titleFontSize"

public static final String PROP_FOLDER_TITLE_VISIBILITY

Constant Value: "f.titleVisibility"

public static final String PROP_FOLDER_W_AH

Constant Value: "f.wAH"

public static final String PROP_FOLDER_W_AV

Constant Value: "f.wAV"

public static final String PROP_FOLDER_W_H

Constant Value: "f.wH"

public static final String PROP_FOLDER_W_W

Constant Value: "f.wW"

public static final String PROP_FOLDER_W_X

Constant Value: "f.wX"

public static final String PROP_FOLDER_W_Y

Constant Value: "f.wY"

public static final String PROP_ICON_COLOR_FILTER

Constant Value: "s.iconColorFilter"

public static final String PROP_ICON_REFLECTION

Constant Value: "s.iconReflection"

public static final String PROP_ICON_SCALE

Constant Value: "s.iconScale"

public static final String PROP_ICON_VISIBILITY

Constant Value: "s.iconVisibility"

public static final String PROP_ITEM_ALPHA

Constant Value: "i.alpha"

public static final String PROP_ITEM_BOX

Constant Value: "i.box"

public static final String PROP_ITEM_ENABLED

Constant Value: "i.enabled"

public static final String PROP_ITEM_ON_GRID

Constant Value: "i.onGrid"

public static final String PROP_ITEM_VISIBILITY

Constant Value: "i.visibility"

public static final String PROP_ITEM_Z_INDEX

Constant Value: "i.zindex"

public static final String PROP_PAGE_BG_COLOR

Constant Value: "bgColor"

public static final String PROP_PAGE_NAV_BAR_COLOR

Constant Value: "navigationBarColor"

public static final String PROP_PAGE_SCROLLING_DIRECTION

Constant Value: "scrollingDirection"

public static final String PROP_PAGE_STATUS_BAR_COLOR

Constant Value: "statusBarColor"

public static final String PROP_TEXT_COLOR_FOCUSED

Constant Value: "s.focusColorLabel"

public static final String PROP_TEXT_COLOR_NORMAl

Constant Value: "s.labelFontColor"

public static final String PROP_TEXT_COLOR_SELECTED

Constant Value: "s.selectionColorLabel"

public static final String PROP_TEXT_FONT_SIZE

Constant Value: "s.labelFontSize"

public static final String PROP_TEXT_FONT_STYLE

Constant Value: "s.labelFontStyle"

public static final String PROP_TEXT_LABEL

Constant Value: "s.label"

public static final String PROP_TEXT_LABEL_VISIBILITY

Constant Value: "s.labelVisibility"

public static final String PROP_TRANSFORM_A

Constant Value: "t.a"

public static final String PROP_TRANSFORM_H

Constant Value: "t.h"

public static final String PROP_TRANSFORM_KX

Constant Value: "t.kx"

public static final String PROP_TRANSFORM_KY

Constant Value: "t.ky"

public static final String PROP_TRANSFORM_SX

Constant Value: "t.sx"

public static final String PROP_TRANSFORM_SY

Constant Value: "t.sy"

public static final String PROP_TRANSFORM_W

Constant Value: "t.w"

public static final String PROP_TRANSFORM_X

Constant Value: "t.x"

public static final String PROP_TRANSFORM_Y

Constant Value: "t.y"

public static final String PROP_VOID

Constant Value: "v"

public static final int TYPE_BOOLEAN

Constant Value: 0 (0x00000000)

public static final int TYPE_FLOAT

Constant Value: 2 (0x00000002)

public static final int TYPE_INTEGER

Constant Value: 1 (0x00000001)

public static final int TYPE_STRING

Constant Value: 3 (0x00000003)

public static final int TYPE_UNKNOWN

Constant Value: -1 (0xffffffff)

Public Methods

public static Property getByName (String name)

Returns
  • a property identified by its name, or null if not a known property

public String getLabel ()

Returns
  • a short, human readable, possibly localized, text describing for this property.

public String getName ()

Returns

public static int getType (String name)

Return the type of a property identified by its name.

Parameters
name internal property name
Returns
  • the property's type, #TYPE_UNKNOWN if not a valid property

public int getType ()

Returns
  • type of this property (one of #TYPE_BOOLEAN, #TYPE_INTEGER, etc.).