| Package | Description |
|---|---|
| org.xmlcml.euclid |
| Modifier and Type | Method and Description |
|---|---|
static RealRange.Direction |
RealRange.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RealRange.Direction[] |
RealRange.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealRangeArray.addCaps(Real2Range r2r,
RealRange.Direction dir) |
RealRange |
Real2Range.getRealRange(RealRange.Direction direction) |
void |
RealRangeArray.setDirection(RealRange.Direction direction) |
| Constructor and Description |
|---|
RealRangeArray(List<Real2Range> r2rList,
RealRange.Direction dir) |
RealRangeArray(Real2Range textBox,
RealRange.Direction direction) |
Copyright © 1994–2024 Peter Murray-Rust. All rights reserved.