|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jfree.workbook.Solver
Records solver settings for a worksheet.
Field Summary | |
protected java.lang.String |
inputs
Inputs. |
protected int |
problemType
The problem type. |
protected int |
targetColumn
The target column. |
protected int |
targetRow
The target row. |
Constructor Summary | |
Solver()
Default constructor. |
Method Summary | |
java.lang.String |
getInputs()
Returns the inputs. |
int |
getProblemType()
Returns the problem type. |
int |
getTargetColumn()
Returns the target column. |
int |
getTargetRow()
Returns the target row. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int targetColumn
protected int targetRow
protected int problemType
protected java.lang.String inputs
Constructor Detail |
public Solver()
Method Detail |
public int getTargetColumn()
public int getTargetRow()
public int getProblemType()
public java.lang.String getInputs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |