-
public final class Marker.EntryModelContains information on a single chart entry to which a chart marker refers.
-
-
Constructor Summary
Constructors Constructor Description Marker.EntryModel(Point location, ChartEntry entry, Integer color, Integer index)
-
Method Summary
Modifier and Type Method Description final PointgetLocation()final ChartEntrygetEntry()final IntegergetColor()final IntegergetIndex()-
-
Constructor Detail
-
Marker.EntryModel
Marker.EntryModel(Point location, ChartEntry entry, Integer color, Integer index)
- Parameters:
location- the coordinates of the indicator.entry- the ChartEntry.color- the color associated with the ChartEntry.index- the index of the ChartEntry in the model.
-
-
Method Detail
-
getLocation
final Point getLocation()
-
getEntry
final ChartEntry getEntry()
-
-
-
-