|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvColorIntervalLimitFormat
Interface used by the color model editor. Color models can implement this interface to change the way limits are displayed and managed in the property editor.
| Method Summary | |
|---|---|
boolean |
allowLimitChange()
Should the color model editor be able to change the value of the limits |
String |
format(int value)
Formats a limit value. |
int |
parse(String limit)
Parses a string representing a limit value. |
| Method Detail |
|---|
String format(int value)
value - value to format
int parse(String limit)
limit - String to parse.
boolean allowLimitChange()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||