public final class RangeType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static RangeType |
FULL
Full range (positive and negative).
|
static RangeType |
NEGATIVE
Negative range.
|
static RangeType |
POSITIVE
Positive range.
|
public static final RangeType FULL
public static final RangeType POSITIVE
public static final RangeType NEGATIVE
Copyright © 2001-2014 JFree.org. All Rights Reserved.