public class GPlotColumnInfo extends ColumnInfo
ColumnInfo.ColumnType
Constructor and Description |
---|
GPlotColumnInfo(int index,
String name,
String unitName,
String desc,
Double gapThreshold,
boolean userVisible)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDesc() |
int |
getIndex()
Get the index of the column.
|
boolean |
isDate()
Returns true if the column represents a date, false otherwise.
|
boolean |
isEvent()
Returns true if the column represents an Event, false otherwise.
|
void |
setIndex(int idx)
Set the index.
|
getDescription, getGapThreshold, getName, getType, getUnit, getUnitName, getUserVisible, setGapThreshold, setUserVisible, setVoidGapThreshold
public GPlotColumnInfo(int index, String name, String unitName, String desc, Double gapThreshold, boolean userVisible)
index
- index of the column.name
- name of the column.unitName
- unit name of the columndesc
- description of the column.gapThreshold
- gap threshold.userVisible
- true if the column is visible for the user.public int getIndex()
public String getDesc()
public void setIndex(int idx)
idx
- index of the columnpublic boolean isDate()
public boolean isEvent()
Copyright © 2024. All rights reserved.