-
public class TransformerHorizontalBarChart extends Transformer
Transformer class for the HorizontalBarChart.
-
-
Constructor Summary
Constructors Constructor Description TransformerHorizontalBarChart(ViewPortHandler viewPortHandler)
-
Method Summary
Modifier and Type Method Description voidprepareMatrixOffset(boolean inverted)Prepares the matrix that contains all offsets. -
Methods inherited from class com.github.mikephil.charting.utils.Transformer
generateTransformedValuesBubble, generateTransformedValuesCandle, generateTransformedValuesLine, generateTransformedValuesScatter, getOffsetMatrix, getPixelForValues, getPixelToValueMatrix, getValueMatrix, getValueToPixelMatrix, getValuesByTouchPoint, getValuesByTouchPoint, pathValueToPixel, pathValuesToPixel, pixelsToValue, pointValuesToPixel, prepareMatrixValuePx, rectToPixelPhase, rectToPixelPhaseHorizontal, rectValueToPixel, rectValueToPixelHorizontal, rectValueToPixelHorizontal, rectValuesToPixel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
TransformerHorizontalBarChart
TransformerHorizontalBarChart(ViewPortHandler viewPortHandler)
-
-
Method Detail
-
prepareMatrixOffset
void prepareMatrixOffset(boolean inverted)
Prepares the matrix that contains all offsets.
-
-
-
-