|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPaintScale
Title: IJChart
Description: a chart library for the Java(tm) platform.
An interface for get paint object by a specified value.Copyright: Copyright (c) 2013
Company:
Field Summary | |
---|---|
static double |
DEFAULT_LOWER_BOUND
The default lower bound. |
static double |
DEFAULT_UPPER_BOUND
The default upper bound. |
Method Summary | |
---|---|
double |
getLowerBound()
The lower bound. |
java.awt.Paint |
getPaint(double value)
Returns a Paint instance for the specified value. |
double |
getUpperBound()
The upper bound. |
Field Detail |
---|
static final double DEFAULT_LOWER_BOUND
static final double DEFAULT_UPPER_BOUND
Method Detail |
---|
double getLowerBound()
double getUpperBound()
java.awt.Paint getPaint(double value)
value
- double
The value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |