public class RealmScatterDataSet<T extends RealmObject> extends RealmLineScatterCandleRadarDataSet<T,Entry> implements IScatterDataSet
mDrawHorizontalHighlightIndicator, mDrawVerticalHighlightIndicator, mHighlightDashPathEffect, mHighlightLineWidthmHighLightColormIndexField, mValues, mValuesField, mYMax, mYMin, resultsmAxisDependency, mColors, mDrawValues, mHighlightEnabled, mValueColors, mValueFormatter, mValueTextSize, mValueTypeface, mVisible| Constructor and Description |
|---|
RealmScatterDataSet(<any> result,
java.lang.String yValuesField)
Constructor for creating a ScatterDataSet with realm data.
|
RealmScatterDataSet(<any> result,
java.lang.String yValuesField,
java.lang.String xIndexField)
Constructor for creating a ScatterDataSet with realm data.
|
| Modifier and Type | Method and Description |
|---|---|
ScatterChart.ScatterShape |
getScatterShape()
Returns all the different scattershapes the chart uses
|
int |
getScatterShapeHoleColor()
Returns the color for the hole in the shape
|
float |
getScatterShapeHoleRadius()
Returns radius of the hole in the shape
|
float |
getScatterShapeSize()
Returns the currently set scatter shape size
|
void |
setScatterShape(ScatterChart.ScatterShape shape)
Sets the shape that is drawn on the position where the values are at.
|
void |
setScatterShapeHoleColor(int holeColor)
Sets the color for the hole in the shape
|
void |
setScatterShapeHoleRadius(float holeRadius)
Sets the radius of the hole in the shape
|
void |
setScatterShapeSize(float size)
Sets the size in density pixels the drawn scattershape will have.
|
disableDashedHighlightLine, enableDashedHighlightLine, getDashPathEffectHighlight, getHighlightLineWidth, isDashedHighlightLineEnabled, isHorizontalHighlightIndicatorEnabled, isVerticalHighlightIndicatorEnabled, setDrawHighlightIndicators, setDrawHorizontalHighlightIndicator, setDrawVerticalHighlightIndicator, setHighlightLineWidthgetHighLightColor, setHighLightColoraddEntry, addEntryOrdered, build, buildEntryFromResultObject, calcMinMax, clear, getEntriesForXIndex, getEntryCount, getEntryForIndex, getEntryForXIndex, getEntryForXIndex, getEntryIndex, getEntryIndex, getIndexField, getResults, getValues, getValuesField, getYMax, getYMin, getYValForXIndex, getYValsForXIndex, removeEntry, setIndexField, setValuesFieldaddColor, contains, getAxisDependency, getColor, getColor, getColors, getIndexInEntries, getLabel, getValueColors, getValueFormatter, getValueTextColor, getValueTextColor, getValueTextSize, getValueTypeface, isDrawValuesEnabled, isHighlightEnabled, isVisible, notifyDataSetChanged, removeEntry, removeFirst, removeLast, resetColors, setAxisDependency, setColor, setColor, setColors, setColors, setColors, setColors, setDrawValues, setHighlightEnabled, setLabel, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDashPathEffectHighlight, getHighlightLineWidth, isHorizontalHighlightIndicatorEnabled, isVerticalHighlightIndicatorEnabledgetHighLightColoraddEntry, addEntryOrdered, calcMinMax, clear, contains, getAxisDependency, getColor, getColor, getColors, getEntriesForXIndex, getEntryCount, getEntryForIndex, getEntryForXIndex, getEntryForXIndex, getEntryIndex, getEntryIndex, getIndexInEntries, getLabel, getValueFormatter, getValueTextColor, getValueTextColor, getValueTextSize, getValueTypeface, getYMax, getYMin, getYValForXIndex, getYValsForXIndex, isDrawValuesEnabled, isHighlightEnabled, isVisible, removeEntry, removeEntry, removeFirst, removeLast, setAxisDependency, setDrawValues, setHighlightEnabled, setLabel, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface, setVisiblepublic RealmScatterDataSet(<any> result,
java.lang.String yValuesField)
result - the queried results from the realm databaseyValuesField - the name of the field in your data object that represents the y-valuepublic RealmScatterDataSet(<any> result,
java.lang.String yValuesField,
java.lang.String xIndexField)
result - the queried results from the realm databaseyValuesField - the name of the field in your data object that represents the y-valuexIndexField - the name of the field in your data object that represents the x-indexpublic void setScatterShapeSize(float size)
size - public float getScatterShapeSize()
IScatterDataSetgetScatterShapeSize in interface IScatterDataSetpublic void setScatterShape(ScatterChart.ScatterShape shape)
shape - public ScatterChart.ScatterShape getScatterShape()
IScatterDataSetgetScatterShape in interface IScatterDataSetpublic void setScatterShapeHoleRadius(float holeRadius)
holeRadius - public float getScatterShapeHoleRadius()
IScatterDataSetgetScatterShapeHoleRadius in interface IScatterDataSetpublic void setScatterShapeHoleColor(int holeColor)
holeColor - public int getScatterShapeHoleColor()
IScatterDataSetgetScatterShapeHoleColor in interface IScatterDataSet