ilog.views.maps.beans.editor
Interface IlvColorIntervalLimitFormat

All Known Implementing Classes:
IlvDoubleIntervalColorModel, IlvEnumerationColorModel

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.

Since:
JViews 7.5

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

format

String format(int value)
Formats a limit value.

Parameters:
value - value to format
Returns:
equivalent string to display to user.

parse

int parse(String limit)
Parses a string representing a limit value.

Parameters:
limit - String to parse.
Returns:
the integer value.

allowLimitChange

boolean allowLimitChange()
Should the color model editor be able to change the value of the limits

Returns:
true to give user access to insert/delete/change limits.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.