-
public class HatchFills extends Base
HatchFills palette class.
-
-
Constructor Summary
Constructors Constructor Description HatchFills(String jsChart)
-
Method Summary
Modifier and Type Method Description static HatchFillsinstantiate()StringgetJsBase()HatchFillitemAt(Number index)Getter for type palette HatchFills from list by index. HatchFillsitemAt(Number index, HatchFillType type, String color, Number thickness, Number size)Setter for type palette HatchFills from list by index. HatchFillsitemAt(Number index, String type, String color, Number thickness, Number size)Setter for type palette HatchFills from list by index. HatchFillsitemAt(Number index, PatternFill patternFill)Setter for type palette HatchFills from list by index using patternFill. HatchFillsitemAt(Number index, HatchFill instance)Setter for type palette HatchFills from list by index using instance. HatchFillsitemAt(Number index, Boolean state)Enables/disables type palette HatchFills from list by index. voiditems()Getter for HatchFills list of palette. HatchFillsitems(HatchFill hatchFill, HatchFill var_args)Setter for HatchFills list of palette. HatchFillsitems(HatchFill hatchFill, HatchFillType var_args)Setter for HatchFills list of palette. HatchFillsitems(HatchFill hatchFill, PatternFill var_args)Setter for HatchFills list of palette. HatchFillsitems(HatchFillType hatchFill, HatchFill var_args)Setter for HatchFills list of palette. HatchFillsitems(HatchFillType hatchFill, HatchFillType var_args)Setter for HatchFills list of palette. HatchFillsitems(HatchFillType hatchFill, PatternFill var_args)Setter for HatchFills list of palette. HatchFillsitems(PatternFill hatchFill, HatchFill var_args)Setter for HatchFills list of palette. HatchFillsitems(PatternFill hatchFill, HatchFillType var_args)Setter for HatchFills list of palette. HatchFillsitems(PatternFill hatchFill, PatternFill var_args)Setter for HatchFills list of palette. voidremoveAllListeners(String type)Removes all listeners from an object. voidsetOnClickListener(ListenersInterface.OnClickListener listener)voidsetOnClickListener(ListenersInterface.OnClickListener listener, String type, String ePath)voidunlistenByKey(String key)Removes an event listener which was added with listen() by the key returned by listen() or listenOnce(). -
-
Constructor Detail
-
HatchFills
HatchFills(String jsChart)
-
-
Method Detail
-
instantiate
static HatchFills instantiate()
-
itemAt
HatchFills itemAt(Number index, HatchFillType type, String color, Number thickness, Number size)
Setter for type palette HatchFills from list by index.
-
itemAt
HatchFills itemAt(Number index, String type, String color, Number thickness, Number size)
Setter for type palette HatchFills from list by index.
-
itemAt
HatchFills itemAt(Number index, PatternFill patternFill)
Setter for type palette HatchFills from list by index using patternFill.
-
itemAt
HatchFills itemAt(Number index, HatchFill instance)
Setter for type palette HatchFills from list by index using instance.
-
itemAt
HatchFills itemAt(Number index, Boolean state)
Enables/disables type palette HatchFills from list by index.
-
items
void items()
Getter for HatchFills list of palette.
-
items
HatchFills items(HatchFill hatchFill, HatchFill var_args)
Setter for HatchFills list of palette.
-
items
HatchFills items(HatchFill hatchFill, HatchFillType var_args)
Setter for HatchFills list of palette.
-
items
HatchFills items(HatchFill hatchFill, PatternFill var_args)
Setter for HatchFills list of palette.
-
items
HatchFills items(HatchFillType hatchFill, HatchFill var_args)
Setter for HatchFills list of palette.
-
items
HatchFills items(HatchFillType hatchFill, HatchFillType var_args)
Setter for HatchFills list of palette.
-
items
HatchFills items(HatchFillType hatchFill, PatternFill var_args)
Setter for HatchFills list of palette.
-
items
HatchFills items(PatternFill hatchFill, HatchFill var_args)
Setter for HatchFills list of palette.
-
items
HatchFills items(PatternFill hatchFill, HatchFillType var_args)
Setter for HatchFills list of palette.
-
items
HatchFills items(PatternFill hatchFill, PatternFill var_args)
Setter for HatchFills list of palette.
-
removeAllListeners
void removeAllListeners(String type)
Removes all listeners from an object. You can also optionally remove listeners of some particular type.
-
setOnClickListener
void setOnClickListener(ListenersInterface.OnClickListener listener)
-
setOnClickListener
void setOnClickListener(ListenersInterface.OnClickListener listener, String type, String ePath)
-
unlistenByKey
void unlistenByKey(String key)
Removes an event listener which was added with listen() by the key returned by listen() or listenOnce().
-
-
-
-