Package | Description |
---|---|
<Unnamed> |
Modifier and Type | Class and Description |
---|---|
protected class |
Series_Labeler.CustomLabelFormat
Represents a label format that is essentially the same as a decimal
format, but allows custom suffixes.
|
protected class |
Series_Labeler.DecimalLabelFormat
Represents a decimal label format, e.
|
protected class |
Series_Labeler.DigitalLabelFormat
Represents a digital label format, e.
|
Modifier and Type | Field and Description |
---|---|
protected static Series_Labeler.AbstractStampFormat |
Series_Labeler.selectedFormat |
protected Series_Labeler.AbstractStampFormat[] |
Series_Labeler.spectralFormats |
protected Series_Labeler.AbstractStampFormat[] |
Series_Labeler.timeFormats |
protected Series_Labeler.AbstractStampFormat[] |
Series_Labeler.zFormats |
Modifier and Type | Method and Description |
---|---|
Series_Labeler.AbstractStampFormat[] |
Series_Labeler.StackType.getSupportedFormats() |
Modifier and Type | Method and Description |
---|---|
protected String[] |
Series_Labeler.convertFormatsToStrings(Series_Labeler.AbstractStampFormat[] formats)
Creates a string array out of the names of the available formats.
|
Constructor and Description |
---|
StackType(String name,
Series_Labeler.AbstractStampFormat[] formats,
int indexOfCustomFormat) |
TimeStackType(String name,
Series_Labeler.AbstractStampFormat[] formats,
int indexOfCustomFormat) |
ZStackType(String name,
Series_Labeler.AbstractStampFormat[] formats,
int indexOfCustomFormat) |
Copyright © 2015–2021 Fiji. All rights reserved.