public class StackStorage extends DefaultStorage
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
修飾子とタイプ | フィールドと説明 |
---|---|
protected boolean |
bInit |
protected DefaultStorage |
mapSum |
コンストラクタと説明 |
---|
StackStorage()
デフォルトの状態でStackStorageを構築します。
|
StackStorage(double xMin,
double xMax,
double yMin,
double yMax)
X軸とY軸の範囲を指定して、StackStorageを構築します。
|
StackStorage(Object xMin,
Object xMax,
double yMin,
double yMax)
X軸とY軸の範囲を指定して、tackStorageを構築します。
|
StackStorage(Object xMin,
Object xMax,
Object yMin,
Object yMax)
X軸とY軸の範囲を指定して、StackStorageを構築します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
calcTotal()
全ての系列のデータをX軸ごとに集計します。
|
add, add, add, add, add, add, add, addSeries, getIterator, getKeys, getMapVal, getXMax, getXMin, getXPos, getYMax, getYMin, getYPos, setRange, setXRange, setXRange, setYRange, setYRange, stack
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
equals, hashCode, isEmpty, toString
comparator, entrySet, firstKey, headMap, keySet, lastKey, subMap, tailMap, values
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size
protected boolean bInit
protected DefaultStorage mapSum
public StackStorage()
public StackStorage(Object xMin, Object xMax, Object yMin, Object yMax)
xMin
- X軸の最小値xMax
- X軸の最大値yMin
- Y軸の最小値yMax
- Y軸の最大値public StackStorage(Object xMin, Object xMax, double yMin, double yMax)
xMin
- X軸の最小値xMax
- X軸の最大値yMin
- Y軸の最小値yMax
- Y軸の最大値public StackStorage(double xMin, double xMax, double yMin, double yMax)
xMin
- X軸の最小値xMax
- X軸の最大値yMin
- Y軸の最小値yMax
- Y軸の最大値Copyright © 2021 S.D.S Co.,Ltd.. All rights reserved.