
Static Public Member Functions | |
| static int | computeSumForKey (NSArray values, String key) |
| static NSArray | lastNMonthsArray (int numberDesiredMonths) |
| static NSArray | lastNMonthsAsStringsArray (int numberDesiredMonths) |
Static Public Attributes | |
| static final Color | awtBlue = new Color(51, 102, 153) |
| static final Color | awtGreen = new Color(102, 102, 51) |
| static final Color | awtGrey = new Color(204, 204, 204) |
| static final Color | awtOrange = new Color(255, 102, 0) |
| static final Color | awtYellow = new Color(255, 153, 0) |
| static final NSArray | blue = new NSArray(new Object[]{fiftyOne,oneHundredTwo,oneHundredFiftyThree}) |
| static final Integer | fiftyOne = ERXConstant.integerForInt(51) |
| static final NSArray | green = new NSArray(new Object[]{oneHundredTwo, oneHundredTwo, fiftyOne}) |
| static final NSArray | grey = new NSArray(new Object[]{twoHundredFour,twoHundredFour,twoHundredFour}) |
| static final Logger | log = Logger.getLogger(ERXGraphUtilities.class) |
| static final Integer | oneHundredFiftyThree = ERXConstant.integerForInt(153) |
| static final Integer | oneHundredSixtySix = ERXConstant.integerForInt(166) |
| static final Integer | oneHundredTwo = ERXConstant.integerForInt(102) |
| static final NSArray | orange = new NSArray(new Object[]{twoHundredFiftyFive,oneHundredTwo, ERXConstant.ZeroInteger}) |
| static final Integer | twoHundredFiftyFive = ERXConstant.integerForInt(255) |
| static final Integer | twoHundredFiftyFour = ERXConstant.integerForInt(254) |
| static final Integer | twoHundredFour = ERXConstant.integerForInt(204) |
| static final NSArray | yellow = new NSArray(new Object[]{twoHundredFiftyFive,oneHundredFiftyThree,ERXConstant.ZeroInteger }) |
Static Private Attributes | |
| static NSArray | _lastNMonthsArray |
| static NSArray | _lastNMonthsAsStringsArray |
| static int computeSumForKey | ( | NSArray | values, | |
| String | key | |||
| ) | [static] |
| static NSArray lastNMonthsArray | ( | int | numberDesiredMonths | ) | [static] |
| static NSArray lastNMonthsAsStringsArray | ( | int | numberDesiredMonths | ) | [static] |
NSArray _lastNMonthsArray [static, private] |
NSArray _lastNMonthsAsStringsArray [static, private] |
final Color awtBlue = new Color(51, 102, 153) [static] |
final Color awtGreen = new Color(102, 102, 51) [static] |
final Color awtGrey = new Color(204, 204, 204) [static] |
final Color awtOrange = new Color(255, 102, 0) [static] |
final Color awtYellow = new Color(255, 153, 0) [static] |
final NSArray blue = new NSArray(new Object[]{fiftyOne,oneHundredTwo,oneHundredFiftyThree}) [static] |
final Integer fiftyOne = ERXConstant.integerForInt(51) [static] |
final NSArray green = new NSArray(new Object[]{oneHundredTwo, oneHundredTwo, fiftyOne}) [static] |
final NSArray grey = new NSArray(new Object[]{twoHundredFour,twoHundredFour,twoHundredFour}) [static] |
final Logger log = Logger.getLogger(ERXGraphUtilities.class) [static] |
final Integer oneHundredFiftyThree = ERXConstant.integerForInt(153) [static] |
final Integer oneHundredSixtySix = ERXConstant.integerForInt(166) [static] |
final Integer oneHundredTwo = ERXConstant.integerForInt(102) [static] |
final NSArray orange = new NSArray(new Object[]{twoHundredFiftyFive,oneHundredTwo, ERXConstant.ZeroInteger}) [static] |
final Integer twoHundredFiftyFive = ERXConstant.integerForInt(255) [static] |
final Integer twoHundredFiftyFour = ERXConstant.integerForInt(254) [static] |
final Integer twoHundredFour = ERXConstant.integerForInt(204) [static] |
final NSArray yellow = new NSArray(new Object[]{twoHundredFiftyFive,oneHundredFiftyThree,ERXConstant.ZeroInteger }) [static] |
1.5.8