public static enum IChartTheme.ColoredElement extends java.lang.Enum<IChartTheme.ColoredElement>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static IChartTheme.ColoredElement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IChartTheme.ColoredElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IChartTheme.ColoredElement DEFAULT
public static final IChartTheme.ColoredElement BACKGROUND
public static final IChartTheme.ColoredElement GRID
public static final IChartTheme.ColoredElement DRAWING
public static final IChartTheme.ColoredElement ALERT
public static final IChartTheme.ColoredElement OUTLINE
public static final IChartTheme.ColoredElement OHLC
public static final IChartTheme.ColoredElement OHLC_BACKGROUND
public static final IChartTheme.ColoredElement META
public static final IChartTheme.ColoredElement LAST_CANDLE_TRACKING_LINE
public static final IChartTheme.ColoredElement LAST_OPPOSITE_CANDLE_TRACKING_LINE
public static final IChartTheme.ColoredElement HIGH_LOW_PRICE_LABELS
public static final IChartTheme.ColoredElement INDICATOR_LAST_VALUE_TRACKING_COLOR
public static final IChartTheme.ColoredElement BID
public static final IChartTheme.ColoredElement ASK
public static final IChartTheme.ColoredElement NEUTRAL_BAR
public static final IChartTheme.ColoredElement LINE_UP
public static final IChartTheme.ColoredElement LINE_DOWN
public static final IChartTheme.ColoredElement BAR_UP
public static final IChartTheme.ColoredElement BAR_DOWN
public static final IChartTheme.ColoredElement DOJI_CANDLE
public static final IChartTheme.ColoredElement CANDLE_BEAR
public static final IChartTheme.ColoredElement CANDLE_BEAR_BORDER
public static final IChartTheme.ColoredElement CANDLE_BULL
public static final IChartTheme.ColoredElement CANDLE_BULL_BORDER
public static final IChartTheme.ColoredElement YIN
public static final IChartTheme.ColoredElement YANG
public static final IChartTheme.ColoredElement AREA
public static final IChartTheme.ColoredElement SECOND_INSTRUMENT
public static final IChartTheme.ColoredElement THIRD_INSTRUMENT
public static final IChartTheme.ColoredElement FOURTH_INSTRUMENT
public static final IChartTheme.ColoredElement FIFTH_INSTRUMENT
public static final IChartTheme.ColoredElement HT_BALANCE
public static final IChartTheme.ColoredElement HT_EQUITY
public static final IChartTheme.ColoredElement HT_PROFIT_LOSS
public static final IChartTheme.ColoredElement AXIS_LABEL_FOREGROUND
public static final IChartTheme.ColoredElement AXIS_LABEL_BACKGROUND
public static final IChartTheme.ColoredElement AXIS_LABEL_BACKGROUND_ASK
public static final IChartTheme.ColoredElement AXIS_LABEL_BACKGROUND_BID
public static final IChartTheme.ColoredElement AXIS_PANEL_BACKGROUND
public static final IChartTheme.ColoredElement AXIS_PANEL_FOREGROUND
public static final IChartTheme.ColoredElement AXIS_PANEL_MINOR_FOREGROUND
public static final IChartTheme.ColoredElement AXIS_PANEL_SELECTED_FOREGROUND
public static final IChartTheme.ColoredElement ORDER_TRACKING_LINE
public static final IChartTheme.ColoredElement ORDER_LONG_POSITION_TRACKING_LINE
public static final IChartTheme.ColoredElement ORDER_SHORT_POSITION_TRACKING_LINE
public static final IChartTheme.ColoredElement ORDER_MERGING_LINE
public static final IChartTheme.ColoredElement ORDER_OPEN_BUY
public static final IChartTheme.ColoredElement ORDER_BID
public static final IChartTheme.ColoredElement ORDER_BUY_LIMIT
public static final IChartTheme.ColoredElement ORDER_BUY_STOP
public static final IChartTheme.ColoredElement ORDER_BUY_MIT
public static final IChartTheme.ColoredElement ORDER_CLOSE_BUY
public static final IChartTheme.ColoredElement ORDER_BUY_STOP_LOSS
public static final IChartTheme.ColoredElement ORDER_BUY_TAKE_PROFIT
public static final IChartTheme.ColoredElement ORDER_OPEN_SELL
public static final IChartTheme.ColoredElement ORDER_OFFER
public static final IChartTheme.ColoredElement ORDER_SELL_LIMIT
public static final IChartTheme.ColoredElement ORDER_SELL_STOP
public static final IChartTheme.ColoredElement ORDER_SELL_MIT
public static final IChartTheme.ColoredElement ORDER_CLOSE_SELL
public static final IChartTheme.ColoredElement ORDER_SELL_STOP_LOSS
public static final IChartTheme.ColoredElement ORDER_SELL_TAKE_PROFIT
public static final IChartTheme.ColoredElement PERIOD_SEPARATORS
@Deprecated public static final IChartTheme.ColoredElement TEXT
@Deprecated public static final IChartTheme.ColoredElement ODD_ROW
@Deprecated public static final IChartTheme.ColoredElement EVEN_ROW
@Deprecated public static final IChartTheme.ColoredElement CANDLE_BEAR_ROW
@Deprecated public static final IChartTheme.ColoredElement CANDLE_BULL_ROW
@Deprecated public static final IChartTheme.ColoredElement CANDLE_DOJI_FG
@Deprecated public static final IChartTheme.ColoredElement CANDLE_BEAR_FG
@Deprecated public static final IChartTheme.ColoredElement CANDLE_BULL_FG
public static IChartTheme.ColoredElement[] values()
for (IChartTheme.ColoredElement c : IChartTheme.ColoredElement.values()) System.out.println(c);
public static IChartTheme.ColoredElement valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getDescription()
Copyright © 2024. All rights reserved.