|
CESE 1.4.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.simulogic.dataview.plots.AbstractPlot
com.simulogic.dataview.plots.ColumnPlot
public class ColumnPlot
Plot that uses filled/empty bars to render plot data
Field Summary |
---|
Fields inherited from class com.simulogic.dataview.plots.AbstractPlot |
---|
distance, hotspot |
Constructor Summary | |
---|---|
ColumnPlot()
Creates new ColumnPlot |
Method Summary | |
---|---|
AbstractPlot |
createPlot()
Returns new instance of the plot |
java.lang.String |
getName()
Returns plot name. |
javax.swing.Icon |
getSmallIcon()
Returns small icon for plot. |
boolean |
isChannelPoint(double x,
double y,
DataChannel xChannel,
DataChannel yChannel,
java.awt.geom.AffineTransform transform)
Determines whether point is located within a plot |
void |
plotChannel(java.awt.Graphics2D g2,
DataChannel xChannel,
DataChannel yChannel,
double xMin,
double xMax,
java.awt.geom.AffineTransform transform)
Plots content of the single channel |
Methods inherited from class com.simulogic.dataview.plots.AbstractPlot |
---|
getDistance, setDistance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColumnPlot()
Method Detail |
---|
public final void plotChannel(java.awt.Graphics2D g2, DataChannel xChannel, DataChannel yChannel, double xMin, double xMax, java.awt.geom.AffineTransform transform)
plotChannel
in class AbstractPlot
g2
- graphicsxChannel
- channel containing independent variable valuesyChannel
- channel containing dependent variable valuesxMin
- minimal value for plotting rangexMax
- maximal value for plotting rangetransform
- plot transformpublic boolean isChannelPoint(double x, double y, DataChannel xChannel, DataChannel yChannel, java.awt.geom.AffineTransform transform)
isChannelPoint
in class AbstractPlot
x
- point x coordinatey
- point y coordinatexChannel
- channel containing independent variable valuesyChannel
- channel containing dependent variable valuestransform
- plot transform
public AbstractPlot createPlot()
createPlot
in class AbstractPlot
public java.lang.String getName()
getName
in class AbstractPlot
public javax.swing.Icon getSmallIcon()
getSmallIcon
in class AbstractPlot
|
CESE 1.4.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |