Package org.opentrafficsim.draw.graphs
Class ContourPlotAcceleration
java.lang.Object
org.opentrafficsim.draw.graphs.AbstractPlot
org.opentrafficsim.draw.graphs.AbstractBoundedPlot
org.opentrafficsim.draw.graphs.AbstractSpaceTimePlot
org.opentrafficsim.draw.graphs.AbstractSamplerPlot
org.opentrafficsim.draw.graphs.AbstractContourPlot<Acceleration>
org.opentrafficsim.draw.graphs.ContourPlotAcceleration
- All Implemented Interfaces:
java.awt.event.ActionListener,java.util.EventListener,Dataset,SeriesDataset,XYDataset,XYZDataset,Identifiable
public class ContourPlotAcceleration extends AbstractContourPlot<Acceleration>
Contour plot for acceleration.
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version 10 okt. 2018
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Field Summary
Fields inherited from class org.opentrafficsim.draw.graphs.AbstractPlot
DEFAULT_INITIAL_UPPER_TIME_BOUND, GRAPH_ADD_EVENT, GRAPH_REMOVE_EVENT -
Constructor Summary
Constructors Constructor Description ContourPlotAcceleration(java.lang.String caption, OTSSimulatorInterface simulator, ContourDataSource<?> dataPool)Constructor. -
Method Summary
Modifier and Type Method Description protected ContourDataSource.ContourDataType<Acceleration,WeightedMeanAndSum<java.lang.Double,java.lang.Double>>getContourDataType()Returns the contour data type for use in aContourDataSource.GraphTypegetGraphType()Return the graph type for transceiver.protected doublegetValue(int item, double cellLength, double cellSpan)Obtain value for cell from the data pool.protected doublescale(double si)Scale the value from SI to the desired unit for users.java.lang.StringtoString()Methods inherited from class org.opentrafficsim.draw.graphs.AbstractContourPlot
actionPerformed, getBlockRenderer, getDataPool, getDomainOrder, getItemCount, getRangeBinCount, getSeriesCount, getSeriesKey, getSpaceGranularity, getStatusLabel, getTimeGranularity, getX, getXValue, getY, getYValue, getZ, getZValue, increaseTime, indexOf, setInterpolation, setSpaceGranularity, setTimeGranularityMethods inherited from class org.opentrafficsim.draw.graphs.AbstractSamplerPlot
getEndLocation, getPath, getSampler, getTrajectoriesMethods inherited from class org.opentrafficsim.draw.graphs.AbstractSpaceTimePlot
setAutoBoundDomain, setAutoBoundRange, setChart, update, updateFixedDomainRangeMethods inherited from class org.opentrafficsim.draw.graphs.AbstractBoundedPlot
setLowerDomainBound, setLowerRangeBound, setUpperDomainBound, setUpperRangeBoundMethods inherited from class org.opentrafficsim.draw.graphs.AbstractPlot
addChangeListener, encodeAsPng, getCaption, getChart, getGroup, getId, getSimulator, getUpdateTime, notifyPlotChange, removeChangeListener, setGroup, setUpdateIntervalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jfree.data.general.Dataset
addChangeListener, getGroup, removeChangeListener, setGroup
-
Constructor Details
-
ContourPlotAcceleration
public ContourPlotAcceleration(java.lang.String caption, OTSSimulatorInterface simulator, ContourDataSource<?> dataPool)Constructor.- Parameters:
caption- String; captionsimulator- OTSSimulatorInterface; simulatordataPool- ContourDataSource<?>; data pool
-
-
Method Details
-
getGraphType
Return the graph type for transceiver.- Specified by:
getGraphTypein classAbstractPlot- Returns:
- GraphType; the graph type.
-
scale
protected double scale(double si)Scale the value from SI to the desired unit for users.- Specified by:
scalein classAbstractContourPlot<Acceleration>- Parameters:
si- double; SI value- Returns:
- double; scaled value
-
getValue
protected double getValue(int item, double cellLength, double cellSpan)Obtain value for cell from the data pool.- Specified by:
getValuein classAbstractContourPlot<Acceleration>- Parameters:
item- int; item numbercellLength- double; cell lengthcellSpan- double; cell duration- Returns:
- double; value for cell from the data pool
-
getContourDataType
protected ContourDataSource.ContourDataType<Acceleration,WeightedMeanAndSum<java.lang.Double,java.lang.Double>> getContourDataType()Returns the contour data type for use in aContourDataSource.- Specified by:
getContourDataTypein classAbstractContourPlot<Acceleration>- Returns:
- CountorDataType; contour data type
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-