Package | Description |
---|---|
info.monitorenter.gui.chart |
The core package for jchart2d.
|
info.monitorenter.gui.chart.labelformatters |
Contains
IAxisLabelFormatter implementations
of jchart2d that are used to format the labels on the axis of the chart. |
info.monitorenter.util.units |
Sub-library for displaying numbers in relation to their unit prefix.
|
Modifier and Type | Method and Description |
---|---|
AUnit |
IAxisLabelFormatter.getUnit()
Return the unit this labels should be formatted with.
|
Modifier and Type | Field and Description |
---|---|
static AUnit |
ALabelFormatter.UNIT_UNCHANGED
The default unit with the factor 1 that is returned as the default for
ALabelFormatter.getUnit() . |
Modifier and Type | Method and Description |
---|---|
AUnit |
LabelFormatterUnit.getUnit() |
AUnit |
ALabelFormatter.getUnit()
Returns
ALabelFormatter.UNIT_UNCHANGED . |
AUnit |
LabelFormatterAutoUnits.getUnit() |
Constructor and Description |
---|
LabelFormatterUnit(AUnit unit)
Default constructor that uses a
to add the unit feature to. |
LabelFormatterUnit(AUnit unit,
ALabelFormatter delegate)
Creates an instance that will add "unit-functionality" to the given
formatter.
|
Modifier and Type | Class and Description |
---|---|
class |
UnitFemto
Femto unit, 10 -15 .
|
class |
UnitGiga
Giga unit, 10 9 .
|
class |
UnitKilo
Kilo unit, 10 3 .
|
class |
UnitMega
Mega unit, 10 6 .
|
class |
UnitMicro
Micro unit, 10 -6 .
|
class |
UnitMilli
Milli unit, 10 -3 .
|
class |
UnitNano
Nano unit, 10 -9 .
|
class |
UnitPeta
Peta unit, 10 15 .
|
class |
UnitPico
Pico unit, 10 -12 .
|
class |
UnitTera
Tera unit, 10 12 .
|
class |
UnitUnchanged
Unchanged unit, 10 0 .
|
Modifier and Type | Field and Description |
---|---|
protected AUnit |
AUnit.m_nexLowerUnit
The next smaller unit to this one within this unit's
IUnitSystem . |
protected AUnit |
AUnit.m_nextHigherUnit
The next greater unit to this one within this unit's
IUnitSystem . |
static AUnit |
UnitFactory.UNCHANGED
Marker unit that represents a "non-unit" that does not modify anything in
getValue(double) . |
Modifier and Type | Method and Description |
---|---|
AUnit |
AUnit.getNexLowerUnit()
Returns the next smaller unit to this one within this unit's
IUnitSystem . |
AUnit |
AUnit.getNextHigherUnit()
Returns the next greater unit to this one within this unit's
IUnitSystem . |
AUnit |
UnitFactory.getUnit(double absoluteMax,
IUnitSystem units)
Returns the unit for the given argument absolute max.
|
Modifier and Type | Method and Description |
---|---|
List<AUnit> |
UnitFactory.getUnits(IUnitSystem unitsystem)
Returns a list of all different
AUnit instances available in the
given unit system. |
Copyright © 2018. All rights reserved.