T - needed for generics Comparable.compareTo(Object).public interface IPointPainterCandleStick<T extends IPointPainterConfigurableUI<T>> extends IPointPainterConfigurableUI<T>, Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getWidth()
Returns the width of the
CandleStick. |
boolean |
isDrawLowerWickDash()
Returns whether the lower wick is terminated with a dash.
|
boolean |
isDrawUpperWickDash()
Returns whether the upper wick is terminated with a dash.
|
void |
setDrawLowerWickDash(boolean doit)
Set whether the lower wick should be terminated with a dash.
|
void |
setDrawUpperWickDash(boolean doit)
Set whether the upper wick should be terminated with a dash.
|
int |
setWidth(int width)
Sets the visible width of the candlestick.
|
getColor, getColorFill, getStroke, getTransparency, getTransparencyFill, setColor, setColorFill, setStroke, setTransparency, setTransparencyFillcalculateMaxX, calculateMaxY, calculateMinX, calculateMinY, endPaintIteration, isAdditionalSpaceRequiredX, isAdditionalSpaceRequiredY, isPixelTransformationNeededX, isPixelTransformationNeededY, paintPoint, startPaintIterationcompareToint getWidth()
CandleStick.
CandleStick.boolean isDrawLowerWickDash()
boolean isDrawUpperWickDash()
void setDrawLowerWickDash(boolean doit)
doit - if true the lower wick will be terminated with a dash.void setDrawUpperWickDash(boolean doit)
doit - if true the upper wick will be terminated with a dash.int setWidth(int width)
width - the visible width of the candlestick.Copyright © 2017. All rights reserved.