|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.util.ColorHelper
This class contains the static utility methods to manipulate colors.
Method Summary | |
static Color |
changeColorCyclicIncrement(Color col,
int inc)
Given the Color , get the red, green and blue components.
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Color changeColorCyclicIncrement(Color col, int inc)
Color
, get the red, green and blue components.
Increment the lowest of the components by the indicated increment value.
If all the components are the same value increment in the order of
red, green and blue.
inc
- value to increment the color components
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |