org.neuroph.easyneurons.errorgraph
Class GraphProperties
java.lang.Object
org.neuroph.easyneurons.errorgraph.GraphProperties
public class GraphProperties
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphProperties
public GraphProperties()
getHGap
public int getHGap()
getVGap
public int getVGap()
clone
public GraphProperties clone()
- Overrides:
clone
in class java.lang.Object
getBackground
public java.awt.Color getBackground()
setBackground
public void setBackground(java.awt.Color background)
getFrameColor
public java.awt.Color getFrameColor()
getNumPeriodX
public double getNumPeriodX()
setNumPeriodX
public void setNumPeriodX(double numPeriodX)
getNumPeriodY
public double getNumPeriodY()
setNumPeriodY
public void setNumPeriodY(double numPeriodY)
setFrameColor
public void setFrameColor(java.awt.Color frameColor)
getPointColor
public java.awt.Color getPointColor()
setPointColor
public void setPointColor(java.awt.Color pointColor)
getLineColor
public java.awt.Color getLineColor()
setLineColor
public void setLineColor(java.awt.Color lineColor)
getAxisColor
public java.awt.Color getAxisColor()
setAxisColor
public void setAxisColor(java.awt.Color axisColor)
getGridColor
public java.awt.Color getGridColor()
setGridColor
public void setGridColor(java.awt.Color gridColor)
getNumColor
public java.awt.Color getNumColor()
setNumColor
public void setNumColor(java.awt.Color numColor)
getWestGap
public int getWestGap()
setWestGap
public void setWestGap(int westGap)
getEastGap
public int getEastGap()
setEastGap
public void setEastGap(int eastGap)
getNorthGap
public int getNorthGap()
setNorthGap
public void setNorthGap(int northGap)
getSouthGap
public int getSouthGap()
setSouthGap
public void setSouthGap(int southGap)
isVisibleGrid
public boolean isVisibleGrid()
setVisibleGrid
public void setVisibleGrid(boolean visibleGrid)
isVisiblePoints
public boolean isVisiblePoints()
setVisiblePoints
public void setVisiblePoints(boolean visiblePoints)
isVisibleLine
public boolean isVisibleLine()
setVisibleLine
public void setVisibleLine(boolean visibleLine)
getDecimalX
public int getDecimalX()
setDecimalX
public void setDecimalX(int decimalX)
getDecimalY
public int getDecimalY()
setDecimalY
public void setDecimalY(int decimalY)
setDecimals
public void setDecimals(int dx,
int dy)
getDecimalFormatX
public java.text.DecimalFormat getDecimalFormatX()
setDecimalFormatX
public void setDecimalFormatX(java.text.DecimalFormat decimalFormatX)
getDecimalFormatY
public java.text.DecimalFormat getDecimalFormatY()
setDecimalFormatY
public void setDecimalFormatY(java.text.DecimalFormat decimalFormatY)
getFixPixNumPeriodX
public int getFixPixNumPeriodX()
setFixPixNumPeriodX
public void setFixPixNumPeriodX(int fixPixNumPeriodX)
getFixPixNumPeriodY
public int getFixPixNumPeriodY()
setFixPixNumPeriodY
public void setFixPixNumPeriodY(int fixPixNumPeriodY)