- getAlphas() - Method in class de.griefed.larsonscanner.LarsonScanner
-
Get the currently set alphas for the elements in the eye.
- getAlphas() - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Get this configurations' alphas-array.
- getCurrentConfig() - Method in class de.griefed.larsonscanner.LarsonScanner
-
Get the current Larson Scanner configuration as a ScannerConfig.
- getDivider() - Method in class de.griefed.larsonscanner.LarsonScanner
-
Get the divider with which the position of the eye is currently being in-/decremented.
- getDivider() - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Get this configurations' divider.
- getEyeBackground() - Method in class de.griefed.larsonscanner.LarsonScanner
-
Acquire the background colour of the eye.
- getEyeBackgroundColour() - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Set the background colour for the eye of the Larson Scanner of this configuration.
- getEyeColours() - Method in class de.griefed.larsonscanner.LarsonScanner
-
Get the array of colours currently used for all elements in the eye, left-to-right / 0-n.
- getEyeColours() - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Get this configurations' eye colours.
- getFractions() - Method in class de.griefed.larsonscanner.LarsonScanner
-
Get the currently set fractions for use in radial gradient creation.
- getFractions() - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Get this configurations' fractions.
- getGapPercent() - Method in class de.griefed.larsonscanner.LarsonScanner
-
Get the percentage of the width between rectangular elements.
- getGapPercent() - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Get this configurations' gap percentage.
- getInterval() - Method in class de.griefed.larsonscanner.LarsonScanner
-
Get the currently set interval at wich the eye is being updated.
- getInterval() - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Get this configurations' interval.
- getNumberOfElements() - Method in class de.griefed.larsonscanner.LarsonScanner
-
Get the currently set number of elements in the eye.
- getNumberOfElements() - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Get this configurations' number of elements in th eye.
- getPartitionDivider() - Method in class de.griefed.larsonscanner.LarsonScanner
-
Get the partition divider which currently determines the width of the eye.
- getPartitionDivider() - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Get this configurations' partition divider.
- getQualitySetting() - Method in class de.griefed.larsonscanner.LarsonScanner
-
Get the integer indicating the last set rendering quality.
- getQualitySetting() - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Get this configurations' rendering quality setting.
- getScannerBackgroundColour() - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Get this configurations' background colour for the Larson Scanner.
- ScannerConfig() - Constructor for class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Create a Larson Scanner configuration with default values.
- ScannerConfig(int, short[], short, short, byte, float[], float, double, boolean, boolean, boolean, boolean, boolean, Color[], Color, Color) - Constructor for class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Create a Larson Scanner configuration with custom settings.
- setAlphas(short[]) - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Set this configurations' alpha-array.
- setAlphas(short[]) - Method in class de.griefed.larsonscanner.LarsonScanner
-
Set the alpha values for the elements in the eye, one for each element.
- setCylonAnimation(boolean) - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Set whether this configuration should animate the eye as a Cylon-eye, or Kitt-eye.
- setDivider(short) - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Set this configurations' divider.
- setDivider(short) - Method in class de.griefed.larsonscanner.LarsonScanner
-
Set the divider with which the position of the eye is being in-/decremented.
- setEyeBackground(Color) - Method in class de.griefed.larsonscanner.LarsonScanner
-
Set the background colour for the eye.
- setEyeBackgroundColour(Color) - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Set the background color for the eye of the Larson Scanner for this configuration.
- setEyeColour(Color) - Method in class de.griefed.larsonscanner.LarsonScanner
-
Set the colour for all elements in the eye to the same colour.
- setEyeColours(Color[]) - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Set the colours for each element in the eye for this configuration.
- setEyeColours(Color[]) - Method in class de.griefed.larsonscanner.LarsonScanner
-
Set the colour for each element in the eye, from left to right.
- setForceAspectRatio(boolean) - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Set whether this configurations' aspect ratio enforcing should be enabled.
- setFractions(float, float) - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Set this configurations' fractions.
- setFractions(float, float) - Method in class de.griefed.larsonscanner.LarsonScanner
-
Set the fractions for the distribution of the colours along the gradients of each oval-shaped
element.
- setGapPercent(float) - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Set this configurations' gap percentage.
- setGapPercent(float) - Method in class de.griefed.larsonscanner.LarsonScanner
-
Set the width of the gap between rectangular shapes in percent.
- setInterval(short) - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Set this configurations' interval.
- setInterval(short) - Method in class de.griefed.larsonscanner.LarsonScanner
-
Set the interval in milliseconds at which to fire the timer of the eye.
- setNumberOfElements(byte) - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Set this configurations' number of elements in the eye.
- setNumberOfElements(byte) - Method in class de.griefed.larsonscanner.LarsonScanner
-
Set the number of elements in the eye.
- setOvalShaped(boolean) - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Set whether the elements for this configuration should be drawn as ovals or rectangles.
- setPartitionDivider(double) - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Set this configurations' partition divider.
- setPartitionDivider(double) - Method in class de.griefed.larsonscanner.LarsonScanner
-
The partition divider controls the width of the eye in the Larson Scanner.
- setQualityHigh() - Method in class de.griefed.larsonscanner.LarsonScanner
-
Set the rendering quality of the eye to high.
- setQualityLow() - Method in class de.griefed.larsonscanner.LarsonScanner
-
Set the rendering quality of the eye to low.
- setQualityMedium() - Method in class de.griefed.larsonscanner.LarsonScanner
-
Set the rendering quality of the eye to medium.
- setQualitySetting(int) - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Set this configurations' rendering quality setting.
- setScannerBackgroundColour(Color) - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Set the background colour for the Larson Scanner for this configuration.
- setUseDivider(boolean) - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Set whether the position for this configuration in-/decrements using a divider.
- setUseGradients(boolean) - Method in class de.griefed.larsonscanner.LarsonScanner.ScannerConfig
-
Set whether the elements for this configuration should be drawn using gradients.