public class FlagItem extends DataSeriesItem
Constructor and Description |
---|
FlagItem(Date date,
String title)
Deprecated.
as of 4.0. Use
FlagItem(Instant, String) |
FlagItem(Date date,
String title,
String text)
Deprecated.
as of 4.0. Use
FlagItem(Instant, String, String) |
FlagItem(Instant instant,
String title)
Constructs an item with X and Title values
|
FlagItem(Instant instant,
String title,
String text)
Constructs an item with X, Title and Text values
|
FlagItem(Number x,
String title)
Constructs an item with X and Title values
|
FlagItem(Number x,
String title,
String text)
Constructs an item with X, Title and Text values
|
Modifier and Type | Method and Description |
---|---|
String |
getText() |
String |
getTitle() |
void |
setText(String text)
Sets the text to be displayed when the flag is highlighted
|
void |
setTitle(String title)
Sets the title of the flag
|
getCursor, getDataLabels, getDescription, getDial, getHigh, getLow, isCustomized, isSelected, makeCustomized, setColor, setCursor, setDataLabels, setDescription, setDial, setHigh, setId, setLegendIndex, setLow, setMarker, setName, setSelected, setSliced
getClassName, getColor, getColorIndex, getId, getLegendIndex, getMarker, getName, getSliced, getX, getY, setClassName, setColorIndex, setX, setX, setX, setY
public FlagItem(Number x, String title)
x
- title
- public FlagItem(Instant instant, String title)
instant
- title
- @Deprecated public FlagItem(Date date, String title)
FlagItem(Instant, String)
public FlagItem(Number x, String title, String text)
x
- title
- public FlagItem(Instant instant, String title, String text)
instant
- title
- text
- @Deprecated public FlagItem(Date date, String title, String text)
FlagItem(Instant, String, String)
public void setTitle(String title)
title
- public String getTitle()
public String getText()
setText(String)
public void setText(String text)
Copyright © 2022. All rights reserved.