|
|||||||||
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.
定义根据某个值获取paint对象的接口.Copyright: Copyright (c) 2013
Company:
Field Summary | |
---|---|
static double |
DEFAULT_LOWER_BOUND
缺省的最小边界值. |
static double |
DEFAULT_UPPER_BOUND
缺省的最大边界值. |
Method Summary | |
---|---|
double |
getLowerBound()
返回最小边界值. |
java.awt.Paint |
getPaint(double value)
返回某个值对应的paint对象. |
double |
getUpperBound()
返回最大边界值. |
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 数字值.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |