org.joone.edit
Class ChartOutputSynapse
- java.lang.Object
-
- org.joone.edit.AbstractChartSynapse
-
- org.joone.edit.ChartOutputSynapse
-
- All Implemented Interfaces:
- java.io.Serializable, ChartInterface, NeuralElement, OutputPatternListener, NotSerialize
public class ChartOutputSynapse extends AbstractChartSynapse
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description ChartOutputSynapse()Creates new form ChartOutputSynapse
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidfwdPut(Pattern pattern)Method to plot a serie in the chart in single-serie modevoidfwdPut(Pattern pattern, ChartingHandle handle)Method to plot a serie of a pattern in multi-serie mode This method is used by a ChartingHandle to plot a specific serievoidremoveHandle(ChartingHandle handle)voidsetMaxXaxis(int maxXaxis)Setter for property maxXaxis.voidsetMaxYaxis(double maxYaxis)Setter for property maxYaxis.-
Methods inherited from class org.joone.edit.AbstractChartSynapse
check, getInputDimension, getMaxXaxis, getMaxYaxis, getMonitor, getName, getSerie, getTitle, init, isEnabled, isOutputFull, isResizable, isShow, revGet, setEnabled, setInputDimension, setMonitor, setName, setOutputFull, setResizable, setSerie, setShow, setTitle
-
-
-
-
Constructor Detail
-
ChartOutputSynapse
public ChartOutputSynapse()
Creates new form ChartOutputSynapse
-
-
Method Detail
-
setMaxYaxis
public void setMaxYaxis(double maxYaxis)
Setter for property maxYaxis.- Specified by:
setMaxYaxisin interfaceChartInterface- Overrides:
setMaxYaxisin classAbstractChartSynapse- Parameters:
maxYaxis- New value of property maxYaxis.
-
setMaxXaxis
public void setMaxXaxis(int maxXaxis)
Setter for property maxXaxis.- Specified by:
setMaxXaxisin interfaceChartInterface- Overrides:
setMaxXaxisin classAbstractChartSynapse- Parameters:
maxXaxis- New value of property maxXaxis.
-
fwdPut
public void fwdPut(Pattern pattern, ChartingHandle handle)
Method to plot a serie of a pattern in multi-serie mode This method is used by a ChartingHandle to plot a specific serie- Specified by:
fwdPutin interfaceChartInterface- Specified by:
fwdPutin classAbstractChartSynapse- Parameters:
pattern- The input patternhandle- The ChartingHandle class that describes the serie to plot
-
fwdPut
public void fwdPut(Pattern pattern)
Method to plot a serie in the chart in single-serie mode- Specified by:
fwdPutin interfaceOutputPatternListener- Specified by:
fwdPutin classAbstractChartSynapse- Parameters:
pattern- The input pattern
-
removeHandle
public void removeHandle(ChartingHandle handle)
- Specified by:
removeHandlein interfaceChartInterface- Specified by:
removeHandlein classAbstractChartSynapse
-
-
DataMelt 3.0 © DataMelt by jWork.ORG