public class BandInfoParameters extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BandInfoParameters.DateTime |
Constructor and Description |
---|
BandInfoParameters() |
Modifier and Type | Method and Description |
---|---|
Date |
getDate() |
RawString |
getEventSource() |
Integer |
getIntervalPixels() |
BandInfoParameters.DateTime |
getIntervalUnit() |
Integer |
getSyncWith() |
RawString |
getTheme() |
String |
getWidth() |
boolean |
isHighlight() |
boolean |
isOverview() |
boolean |
isShowEventText() |
void |
setDate(Date date) |
void |
setEventSource(RawString eventSource) |
void |
setHighlight(boolean highlight) |
void |
setIntervalPixels(Integer intervalPixels) |
void |
setIntervalUnit(BandInfoParameters.DateTime intervalUnit) |
void |
setOverview(boolean overview) |
void |
setShowEventText(boolean showEventText) |
void |
setSyncWith(Integer syncWith) |
void |
setTheme(RawString theme) |
void |
setWidth(String width) |
public Integer getIntervalPixels()
public void setIntervalPixels(Integer intervalPixels)
public String getWidth()
public void setWidth(String width)
public BandInfoParameters.DateTime getIntervalUnit()
public void setIntervalUnit(BandInfoParameters.DateTime intervalUnit)
public Date getDate()
public void setDate(Date date)
public boolean isShowEventText()
public void setShowEventText(boolean showEventText)
public RawString getTheme()
public void setTheme(RawString theme)
public RawString getEventSource()
public void setEventSource(RawString eventSource)
public boolean isHighlight()
public void setHighlight(boolean highlight)
public void setSyncWith(Integer syncWith)
public Integer getSyncWith()
public void setOverview(boolean overview)
public boolean isOverview()
Copyright © 2015. All rights reserved.