|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.tools.fsa.FSATypeConverterMethods
fsa default "converter"/"modifier" methods from sourcetype to targettype
Constructor Summary | |
FSATypeConverterMethods()
|
Method Summary | |
static int |
booleanToint(boolean value)
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
booleanToString(boolean value)
No comment provided by developer, please add a comment to improve documentation. |
static int |
getBlue(java.awt.Color value)
Get the blue attribute of the FSATypeConverterMethods class |
static int |
getGreen(java.awt.Color value)
Get the green attribute of the FSATypeConverterMethods class |
static int |
getHeight(java.awt.Dimension value)
Get the height attribute of the FSATypeConverterMethods class |
static int |
getRed(java.awt.Color value)
Get the red attribute of the FSATypeConverterMethods class |
static int |
getWidth(java.awt.Dimension value)
Get the width attribute of the FSATypeConverterMethods class |
static int |
getX(java.awt.Point value)
Get the x attribute of the FSATypeConverterMethods class |
static int |
getY(java.awt.Point value)
Get the y attribute of the FSATypeConverterMethods class |
static int |
integerToint(java.lang.Integer value)
No comment provided by developer, please add a comment to improve documentation. |
static boolean |
intToboolean(int value)
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
intToString(int value)
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
pointToString(java.awt.Point value)
No comment provided by developer, please add a comment to improve documentation. |
static java.awt.Color |
setBlue(int newBlue,
java.awt.Color oldValue)
|
static java.awt.Color |
setGreen(int newGreen,
java.awt.Color oldValue)
|
static java.awt.Dimension |
setHeight(int newHeight,
java.awt.Dimension oldValue)
set oldValue.height = newHeight |
static java.awt.Color |
setRed(int newRed,
java.awt.Color oldValue)
|
static java.awt.Dimension |
setWidth(int newWidth,
java.awt.Dimension oldValue)
set oldValue.width = newWidth |
static java.awt.Point |
setX(int newX,
java.awt.Point oldValue)
set oldValue.x = newX |
static java.awt.Point |
setY(int newY,
java.awt.Point oldValue)
set oldValue.y = newY |
static boolean |
stringToboolean(java.lang.String value)
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.Boolean |
stringToBoolean(java.lang.String value)
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.Class |
stringToClass(java.lang.String className)
|
static java.awt.Dimension |
stringToDimension(java.lang.String value)
No comment provided by developer, please add a comment to improve documentation. |
static int |
stringToint(java.lang.String value)
No comment provided by developer, please add a comment to improve documentation. |
static java.awt.Point |
stringToPoint(java.lang.String value)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FSATypeConverterMethods()
Method Detail |
public static java.lang.String intToString(int value)
value
- No description provided
public static java.lang.String booleanToString(boolean value)
value
- No description provided
public static java.lang.String pointToString(java.awt.Point value)
value
- No description provided
public static boolean intToboolean(int value)
value
- No description provided
public static boolean stringToboolean(java.lang.String value)
value
- No description provided
public static java.lang.Boolean stringToBoolean(java.lang.String value)
value
- No description provided
public static int integerToint(java.lang.Integer value)
value
- No description provided
public static int stringToint(java.lang.String value)
value
- No description provided
public static int booleanToint(boolean value)
value
- No description provided
public static int getWidth(java.awt.Dimension value)
value
- No description provided
public static int getHeight(java.awt.Dimension value)
value
- No description provided
public static int getX(java.awt.Point value)
value
- No description provided
public static int getY(java.awt.Point value)
value
- No description provided
public static int getRed(java.awt.Color value)
value
- No description provided
public static int getBlue(java.awt.Color value)
value
- No description provided
public static int getGreen(java.awt.Color value)
value
- No description provided
public static java.awt.Dimension stringToDimension(java.lang.String value)
value
- No description provided
public static java.awt.Dimension setWidth(int newWidth, java.awt.Dimension oldValue)
newWidth
- the new widtholdValue
- the Dimension
public static java.awt.Dimension setHeight(int newHeight, java.awt.Dimension oldValue)
newHeight
- the new heightoldValue
- the Dimension
public static java.awt.Point stringToPoint(java.lang.String value)
value
- No description provided
public static java.awt.Point setX(int newX, java.awt.Point oldValue)
newX
- the new XoldValue
- the Point
public static java.awt.Point setY(int newY, java.awt.Point oldValue)
newY
- the new YoldValue
- the Point
public static java.awt.Color setGreen(int newGreen, java.awt.Color oldValue)
newGreen
- The new green valueoldValue
- The new green value
public static java.awt.Color setBlue(int newBlue, java.awt.Color oldValue)
newBlue
- The new blue valueoldValue
- The new blue value
public static java.awt.Color setRed(int newRed, java.awt.Color oldValue)
newRed
- The new red valueoldValue
- The new red value
public static java.lang.Class stringToClass(java.lang.String className)
className
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |