public class VerticalSliceBehaviorBase.Slice extends java.lang.Object implements IThemeable
RolloverModifier
.Modifier and Type | Field and Description |
---|---|
android.graphics.PointF |
xyCoordinate |
Constructor and Description |
---|
Slice() |
Modifier and Type | Method and Description |
---|---|
void |
applyThemeProvider(IThemeProvider themeProvider)
Applies specified theme to current instance
|
android.graphics.PointF |
getXyCoordinate()
Gets A point snapped to the X-Y value of the series.
|
void |
remove()
Remove all tooltips from the current
sliceTooltips instance. |
void |
updateSlice(float x,
float y)
Updates all of the current
VerticalSliceBehaviorBase.Slice instance tooltips. |
public android.graphics.PointF getXyCoordinate()
public final void updateSlice(float x, float y)
VerticalSliceBehaviorBase.Slice
instance tooltips.x
- The x value of the point where slice should be updated.y
- The x value of the point where slice should be updated.public void remove()
sliceTooltips
instance.public void applyThemeProvider(IThemeProvider themeProvider)
applyThemeProvider
in interface IThemeable
themeProvider
- The IThemeProvider
instance which provides new theme for current instance