Méthode | Description | |
---|---|---|
DecodeColor ( String s ) : Color |
Converts a
|
|
ParseAttributes ( string str ) : |
This method parses a string with attributes and returns a Properties object.
|
|
ParseLength ( String str, float actualFontSize ) : float | ||
ParseLength ( string str ) : float |
Parses a length.
|
|
RemoveComment ( String str, String startComment, String endComment ) : string |
public static DecodeColor ( String s ) : Color | ||
s | String | |
Résultat | Color |
public static ParseAttributes ( string str ) : |
||
str | string | a string of this form: 'key1="value1"; key2="value2";... keyN="valueN" ' |
Résultat |
public static ParseLength ( String str, float actualFontSize ) : float | ||
str | String | |
actualFontSize | float | |
Résultat | float |
public static ParseLength ( string str ) : float | ||
str | string | a length in the form of an optional + or -, followed by a number and a unit. |
Résultat | float |
public static RemoveComment ( String str, String startComment, String endComment ) : string | ||
str | String | |
startComment | String | |
endComment | String | |
Résultat | string |