|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMathPadImplementation
The Interface IMathPadImplementation.
Method Summary | |
---|---|
void |
addMathHandwritingListener(MathPad.MathHandwritingListener listener)
Adds the math handwriting listener. |
void |
clearMathExpressions()
Clear math expressions. |
mit.ai.nl.core.Expression |
getCurrentExpression()
Gets the current expression. |
java.util.List<mit.ai.nl.core.Expression> |
getMathExpressions()
Gets the math expressions. |
void |
removeHandwritingListener(MathPad.MathHandwritingListener listener)
Removes the handwriting listener. |
void |
removeHandwritingListeners()
Removes the handwriting listeners. |
void |
setMathEngineEnabled(boolean isEnabled)
Sets the math engine enabled. |
void |
startNewExpression()
Start new expression. |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.ISketchPadImplementation |
---|
addDrawListener, clear, clearAll, draw, draw, drawLine, drawString, fillRectangle, getBackgroundColour, getClearArea, getDrawData, getLineWidth, getSketchArea, getTextColor, isDrawEnabled, removeDrawListener, removeDrawListeners, setBackgroundColour, setClearArea, setDrawEnabled, setLineWidth, setSketchArea, setTextColor |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IFrameImplementation |
---|
drawImage, drawImage, flushGraphics, getGraphicsContext, getImages, removeAllImages, removeImage |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IQuadContentItemImplementation |
---|
setAutoFitSize, setHeight, setWidth |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IContentItemImplementation |
---|
addMultitouchListener, contains, getImplementationObject, hasCollision, init, setAngle, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update |
Method Detail |
---|
void addMathHandwritingListener(MathPad.MathHandwritingListener listener)
listener
- the listenervoid clearMathExpressions()
mit.ai.nl.core.Expression getCurrentExpression()
java.util.List<mit.ai.nl.core.Expression> getMathExpressions()
void removeHandwritingListener(MathPad.MathHandwritingListener listener)
listener
- the listenervoid removeHandwritingListeners()
void setMathEngineEnabled(boolean isEnabled)
isEnabled
- the new math engine enabledvoid startNewExpression()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |