TrafficChart

public abstract class TrafficChart

Fields

context

protected Context context

Constructors

TrafficChart

public TrafficChart(Context context)

TrafficChart

public TrafficChart()

Methods

calcMobileData

protected void calcMobileData(TimeSeries mobileSeries, UserDataManager dataManager, int addDays)

calcTrafficData

protected void calcTrafficData(TimeSeries totalSeries, UserDataManager dataManager, int addDays)

getCalendar

protected abstract Calendar getCalendar()

getGraphCurrentSSIDType

public abstract DataType getGraphCurrentSSIDType()

getGraphDataType

public abstract DataType getGraphDataType()

getGraphUnit

public abstract int getGraphUnit()

getInitializedList

protected List<Double> getInitializedList(int num)

getOffset

public int getOffset()

getOriginCrrection

public abstract int getOriginCrrection()

getSsid

public String getSsid()

getSubtype

public int getSubtype()

getType

public int getType()

getTypes

public String[] getTypes()

getXAxisCalMax

public abstract long getXAxisCalMax()

getXAxisCalMin

public abstract long getXAxisCalMin()

getXAxisFormat

public abstract String getXAxisFormat()

getXAxisMax

public abstract int getXAxisMax()

getXAxisTitle

public abstract String getXAxisTitle()

getXAxisUnit

public abstract int getXAxisUnit()

getyMax

public double getyMax()

makeRenderer

public XYMultipleSeriesRenderer makeRenderer()

グラフ描画用の設定を返却する。

makeSeries

public abstract XYMultipleSeriesDataset makeSeries()

searchCurrentSSIDTraffic

protected void searchCurrentSSIDTraffic(TimeSeries currentSeries, UserDataManager dataManager, int addUnit)

setMax

protected void setMax(double y)

setSsid

public void setSsid(String ssid)

setSubtype

public void setSubtype(int subtype)

setType

public void setType(int type)

setZeroClear

protected void setZeroClear(XYSeries series)

setyMax

public void setyMax(double yMax)