|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectProperty | |
---|---|
com.jfx |
Uses of ObjectProperty in com.jfx |
---|
Fields in com.jfx declared as ObjectProperty | |
---|---|
static ObjectProperty |
ObjectProperty.OBJPROP_ANGLE
double; Double value to set/get angle object property in degrees. |
static ObjectProperty |
ObjectProperty.OBJPROP_ARROWCODE
int/ArrowCodes; Integer value or arrow enumeration to set/get arrow code object property. |
static ObjectProperty |
ObjectProperty.OBJPROP_BACK
bool; Boolean value to set/get background drawing flag for object. |
static ObjectProperty |
ObjectProperty.OBJPROP_COLOR
color; Color value to set/get object color. |
static ObjectProperty |
ObjectProperty.OBJPROP_CORNER
int; Integer value to set/get anchor corner property for label objects. |
static ObjectProperty |
ObjectProperty.OBJPROP_DEVIATION
double; Double value to set/get deviation property for Standard deviation objects. |
static ObjectProperty |
ObjectProperty.OBJPROP_ELLIPSE
bool; Boolean value to set/get ellipse flag for fibo arcs. |
static ObjectProperty |
ObjectProperty.OBJPROP_FIBOLEVELS
int; Integer value to set/get Fibonacci object level count. |
static ObjectProperty |
ObjectProperty.OBJPROP_FIRSTLEVEL
int, 210+n n in [0..31]; Fibonacci object level index, where n is level index to set/get. |
static ObjectProperty |
ObjectProperty.OBJPROP_FONTSIZE
int; Integer value to set/get font size for text objects. |
static ObjectProperty |
ObjectProperty.OBJPROP_LEVELCOLOR
color; Color value to set/get object level line color. |
static ObjectProperty |
ObjectProperty.OBJPROP_LEVELSTYLE
int/DrawingStyle; Value is one of STYLE_SOLID, STYLE_DASH, STYLE_DOT, STYLE_DASHDOT, STYLE_DASHDOTDOT constants to set/get object level line style. |
static ObjectProperty |
ObjectProperty.OBJPROP_LEVELWIDTH
int; Integer value to set/get object level line width. |
static ObjectProperty |
ObjectProperty.OBJPROP_PRICE1
double; Double value to set/get first coordinate price part. |
static ObjectProperty |
ObjectProperty.OBJPROP_PRICE2
double; Double value to set/get second coordinate price part. |
static ObjectProperty |
ObjectProperty.OBJPROP_PRICE3
double; Double value to set/get third coordinate price part. |
static ObjectProperty |
ObjectProperty.OBJPROP_RAY
bool; Boolean value to set/get ray flag of object. |
static ObjectProperty |
ObjectProperty.OBJPROP_SCALE
double; Double value to set/get scale object property. |
static ObjectProperty |
ObjectProperty.OBJPROP_STYLE
int/DrawingStyle; Value is one of STYLE_SOLID, STYLE_DASH, STYLE_DOT, STYLE_DASHDOT, STYLE_DASHDOTDOT constants to set/get object line style. |
static ObjectProperty |
ObjectProperty.OBJPROP_TIME1
datetime; Datetime value to set/get first coordinate time part. |
static ObjectProperty |
ObjectProperty.OBJPROP_TIME2
datetime; Datetime value to set/get second coordinate time part. |
static ObjectProperty |
ObjectProperty.OBJPROP_TIME3
datetime; Datetime value to set/get third coordinate time part. |
static ObjectProperty |
ObjectProperty.OBJPROP_TIMEFRAMES
int; Value can be one or combination (bitwise addition) of object visibility constants to set/get timeframe object property. |
static ObjectProperty |
ObjectProperty.OBJPROP_WIDTH
Integer value to set/get object line width. |
static ObjectProperty |
ObjectProperty.OBJPROP_XDISTANCE
int; Integer value to set/get anchor X distance object property in pixels. |
static ObjectProperty |
ObjectProperty.OBJPROP_YDISTANCE
int; Integer value is to set/get anchor Y distance object property in pixels. |
Methods in com.jfx that return ObjectProperty | |
---|---|
static ObjectProperty |
ObjectProperty.getObjectProperty(int val)
|
Methods in com.jfx with parameters of type ObjectProperty | |
---|---|
double |
MT4.objectGet(java.lang.String name,
ObjectProperty index)
The function returns the value of the specified object property. |
boolean |
MT4.objectSet(java.lang.String name,
ObjectProperty index,
double value)
Changes the value of the specified object property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |