|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.mathpadapp.mathtool.MathToolInitSettings
public class MathToolInitSettings
The Class MathToolInitSettings.
Constructor Summary | |
---|---|
MathToolInitSettings()
Instantiates a new math tool init settings. |
Method Summary | |
---|---|
float |
getAngle()
Gets the angle. |
java.awt.Color |
getBackgroundColor()
Gets the background color. |
int |
getCurrentPadIndex()
Gets the current pad index. |
java.awt.Color |
getCurrentTextColor()
Gets the current text color. |
java.util.HashMap<java.lang.Integer,java.util.List<DrawData>> |
getDrawData()
Gets the draw data. |
float |
getLineWidth()
Gets the line width. |
float |
getLocationX()
Gets the location x. |
float |
getLocationY()
Gets the location y. |
int |
getNoOfPads()
Gets the no of pads. |
float |
getOrder()
Gets the order. |
float |
getScale()
Gets the scale. |
MathTool.SeparatorState |
getSeparatorState()
Gets the separator state. |
java.lang.String |
getTitle()
Gets the title. |
MathTool.WritingState |
getWritingState()
Gets the writing state. |
void |
setAngle(float rotationAngle)
Sets the angle. |
void |
setBackgroundColor(java.awt.Color backgroundColor)
Sets the background color. |
void |
setCurrentPadIndex(int currentPadIndex)
Sets the current pad index. |
void |
setDrawData(java.util.HashMap<java.lang.Integer,java.util.List<DrawData>> drawData)
Sets the draw data. |
void |
setLineWidth(float currentLineWidth)
Sets the line width. |
void |
setLocationX(float locationX)
Sets the location x. |
void |
setLocationY(float locationY)
Sets the location y. |
void |
setNoOfPads(int noOfPads)
Sets the no of pads. |
void |
setOrder(float order)
Sets the order. |
void |
setScale(float scale)
Sets the scale. |
void |
setSeparatorState(MathTool.SeparatorState separatorState)
Sets the separator state. |
void |
setTextColor(java.awt.Color currentTextColor)
Sets the text color. |
void |
setTitle(java.lang.String title)
Sets the title. |
void |
setWritingState(MathTool.WritingState initWritingState)
Sets the writing state. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MathToolInitSettings()
Method Detail |
---|
public float getAngle()
public java.awt.Color getBackgroundColor()
public int getCurrentPadIndex()
public java.awt.Color getCurrentTextColor()
public java.util.HashMap<java.lang.Integer,java.util.List<DrawData>> getDrawData()
public float getLineWidth()
public float getLocationX()
public float getLocationY()
public int getNoOfPads()
public float getOrder()
public float getScale()
public MathTool.SeparatorState getSeparatorState()
public java.lang.String getTitle()
public MathTool.WritingState getWritingState()
public void setAngle(float rotationAngle)
rotationAngle
- the new anglepublic void setBackgroundColor(java.awt.Color backgroundColor)
backgroundColor
- the new background colorpublic void setCurrentPadIndex(int currentPadIndex)
currentPadIndex
- the new current pad indexpublic void setDrawData(java.util.HashMap<java.lang.Integer,java.util.List<DrawData>> drawData)
drawData
- the draw datapublic void setLineWidth(float currentLineWidth)
currentLineWidth
- the new line widthpublic void setLocationX(float locationX)
locationX
- the new location xpublic void setLocationY(float locationY)
locationY
- the new location ypublic void setNoOfPads(int noOfPads)
noOfPads
- the new no of padspublic void setOrder(float order)
order
- the new orderpublic void setScale(float scale)
scale
- the new scalepublic void setSeparatorState(MathTool.SeparatorState separatorState)
separatorState
- the new separator statepublic void setTextColor(java.awt.Color currentTextColor)
currentTextColor
- the new text colorpublic void setTitle(java.lang.String title)
title
- the new titlepublic void setWritingState(MathTool.WritingState initWritingState)
initWritingState
- the new writing state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |