|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface to implement to be a width processor.
A width processor manages to display a certain amount of children (the view)
of an element whose number of children (the width) is greater than a specified level.
| Method Summary | |
int |
getBiggestWidth()
Returns the biggest width calculated. |
int |
getView()
Returns the number of children viewed. |
int |
getWidthLevel()
Returns the width level form which the processing will be considering. |
java.util.Vector |
getWidthList()
Returns the list of widths calculated. |
void |
setView(int view)
Sets the number of children viewed. |
void |
setWidthLevel(int widthLevel)
Sets the width level form which the processing will be considering. |
| Methods inherited from interface fr.ove.openmath.jome.model.processor.Processor |
doProcess, getFormula, getLevel, getProcessingId, getUpdateDisplay, init, setFormula, setLevel, setProcessingId, setUpdateDisplay |
| Method Detail |
public void setWidthLevel(int widthLevel)
widthLevel - the width level.of the @see Processor interface.public int getWidthLevel()
of the @see Processor interface.public void setView(int view)
public int getView()
public java.util.Vector getWidthList()
public int getBiggestWidth()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||