public class Stack100Storage extends StackStorage
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
bInit, mapSum
コンストラクタと説明 |
---|
Stack100Storage()
デフォルトの状態でStack100Storageを構築します。
|
Stack100Storage(double xMin,
double xMax,
double yMin,
double yMax)
X軸とY軸の範囲を指定して、Stack100Storageを構築します。
|
Stack100Storage(Object xMin,
Object xMax,
double yMin,
double yMax)
X軸とY軸の範囲を指定して、tackStorageを構築します。
|
Stack100Storage(Object xMin,
Object xMax,
Object yMin,
Object yMax)
X軸とY軸の範囲を指定して、Stack100Storageを構築します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
double |
getYPos(Rectangle rect,
Object x,
Object y)
全体の値から算出したY軸の値を算出します。
|
calcTotal
add, add, add, add, add, add, add, addSeries, getIterator, getKeys, getMapVal, getXMax, getXMin, getXPos, getYMax, getYMin, 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
public Stack100Storage()
public Stack100Storage(Object xMin, Object xMax, Object yMin, Object yMax)
xMin
- X軸の最小値xMax
- X軸の最大値yMin
- Y軸の最小値yMax
- Y軸の最大値public Stack100Storage(Object xMin, Object xMax, double yMin, double yMax)
xMin
- X軸の最小値xMax
- X軸の最大値yMin
- Y軸の最小値yMax
- Y軸の最大値public Stack100Storage(double xMin, double xMax, double yMin, double yMax)
xMin
- X軸の最小値xMax
- X軸の最大値yMin
- Y軸の最小値yMax
- Y軸の最大値public double getYPos(Rectangle rect, Object x, Object y)
getYPos
インタフェース内 GraphStorage
getYPos
クラス内 DefaultStorage
rect
- 描画する矩形x
- X座標オブジェクトy
- Y座標オブジェクトCopyright © 2021 S.D.S Co.,Ltd.. All rights reserved.