|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jmol.jcamp.GraphCharacteristics
public class GraphCharacteristics
Constructor Summary | |
---|---|
GraphCharacteristics()
|
|
GraphCharacteristics(boolean zoomIn,
boolean integrate,
boolean grid,
boolean reverse,
java.lang.String allIntegrationValues,
java.lang.String axisColor,
java.lang.String axisTextColor,
java.lang.String integrateCurveColor,
java.lang.String graphCurveColor,
java.lang.String textColor,
java.lang.String integrateTextColor)
|
Method Summary | |
---|---|
java.lang.String |
getAxisColor()
|
java.lang.String |
getAxisTextColor()
|
java.lang.String |
getGraphCurveColor()
|
boolean |
getGrid()
|
boolean |
getIntegrate()
|
java.lang.String |
getIntegrateCurveColor()
|
java.lang.String |
getIntegrateTextColor()
|
java.lang.String |
getIntegrationCurveAreaValue(java.lang.Double point)
|
boolean |
getReverse()
|
java.lang.String |
getTextColor()
|
boolean |
getZoomIn()
|
void |
setAxisColor(java.lang.String axisColor)
Setter and Getter methods for the 'Axis Color' option |
void |
setAxisTextColor(java.lang.String axisTextColor)
Setter and Getter methods for the 'Axis Text Color' option |
void |
setGraphCurveColor(java.lang.String graphCurveColor)
Setter and Getter methods for the 'Graph Curve Color' option |
void |
setGrid(boolean grid)
Setter and Getter methods for the 'Grid' option |
void |
setIntegrate(boolean integrate)
Setter and Getter methods for the 'Integrate' option |
void |
setIntegrateCurveColor(java.lang.String integrateCurveColor)
Setter and Getter methods for the 'Integrate Curve Color' option |
void |
setIntegrateTextColor(java.lang.String integrateTextColor)
|
void |
setIntegrationValues()
Setter and Getter methods for the 'Integration Values' option |
void |
setIntegrationValues(java.util.ArrayList unsortedIntegrationValues)
Method to create a HashTable of integration curve area relationship
to the concerned points |
void |
setReverse(boolean reverse)
Setter and Getter methods for the 'Reverse' option |
void |
setTextColor(java.lang.String textColor)
Setter and Getter methods for the 'Graph Text Color' option |
void |
setUnsortedIntegrationValues(java.lang.String unsortedIntegrationValues)
Method to split and create an ArrayList of Integration relationship values |
void |
setZoomIn(boolean zoomIn)
Setter and Getter methods for the 'Zoom In' option |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphCharacteristics()
public GraphCharacteristics(boolean zoomIn, boolean integrate, boolean grid, boolean reverse, java.lang.String allIntegrationValues, java.lang.String axisColor, java.lang.String axisTextColor, java.lang.String integrateCurveColor, java.lang.String graphCurveColor, java.lang.String textColor, java.lang.String integrateTextColor)
Method Detail |
---|
public void setIntegrationValues(java.util.ArrayList unsortedIntegrationValues)
HashTable
of integration curve area relationship
to the concerned points
public void setUnsortedIntegrationValues(java.lang.String unsortedIntegrationValues)
ArrayList
of Integration relationship values
public java.lang.String getIntegrationCurveAreaValue(java.lang.Double point)
public void setZoomIn(boolean zoomIn)
public boolean getZoomIn()
public void setGrid(boolean grid)
public boolean getGrid()
public void setIntegrate(boolean integrate)
public boolean getIntegrate()
public void setReverse(boolean reverse)
public boolean getReverse()
public void setIntegrationValues()
public void setAxisColor(java.lang.String axisColor)
public java.lang.String getAxisColor()
public void setAxisTextColor(java.lang.String axisTextColor)
public java.lang.String getAxisTextColor()
public void setIntegrateCurveColor(java.lang.String integrateCurveColor)
public java.lang.String getIntegrateCurveColor()
public void setGraphCurveColor(java.lang.String graphCurveColor)
public java.lang.String getGraphCurveColor()
public void setTextColor(java.lang.String textColor)
public java.lang.String getTextColor()
public void setIntegrateTextColor(java.lang.String integrateTextColor)
public java.lang.String getIntegrateTextColor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |