lt.monarch.chart.style.internal
Class StylesHelper

java.lang.Object
  extended by lt.monarch.chart.style.internal.StylesHelper

public class StylesHelper
extends java.lang.Object


Constructor Summary
Constructor and Description
StylesHelper()
           
 
Method Summary
Modifier and Type Method and Description
static java.lang.String getIntegerString(int integer)
           
static boolean isFocused(int index, Style style)
           
static void setFocused(int index, Style style, boolean focused)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StylesHelper

public StylesHelper()
Method Detail

getIntegerString

public static java.lang.String getIntegerString(int integer)

isFocused

public static boolean isFocused(int index,
                                Style style)

setFocused

public static void setFocused(int index,
                              Style style,
                              boolean focused)