AbstractDrawLayersGradient

Deprecated

The entire Swing UI is deprecated and planned to be replaced with a modern UI.

Draw layers values as a background in the gui. The higher is the layer concentration in a point, the higher is the alpha channel for the background in that point. The user must specify: - the number of samples for each side, basically more samples correspond to a smoother and more detailed background - the min layer value - the max layer value

The purpose and structure of this class is similar to AbstractrDrawLayersIsolines.

Inheritors

Properties

Link copied to clipboard
open var alpha: RangedInteger
Link copied to clipboard
open var blue: RangedInteger
Link copied to clipboard
open var green: RangedInteger
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var molString: String
Link copied to clipboard
open var red: RangedInteger
Link copied to clipboard
open var samples: RangedInteger

Functions

Link copied to clipboard
open fun apply(graphic: Graphics2D, node: Node<out Any>, x: Int, y: Int)
open fun <T, P : Position2D<P>?> apply(g: Graphics2D, n: Node<T>, environment: Environment<T, P>, wormhole: Wormhole2D<P>)
open fun <T, P : Position2D<P>?> apply(graphics: Graphics2D, node: Node<T>, environment: Environment<T, P>, wormhole: Wormhole2D<P>)
Applies the effect.
Link copied to clipboard
open fun <T, P : Position2D<P>?> drawFunction(function: (in P) -> out Number, environment: Environment<T, P>, graphics: Graphics2D, wormhole: Wormhole2D<P>)
Link copied to clipboard
abstract fun <T, P : Position2D<P>?> drawLayers(toDraw: Collection<Layer<T, P>>, environment: Environment<T, P>, graphics: Graphics2D, wormhole: Wormhole2D<P>)
Effectively draw the layers.
open fun <T, P : Position2D<P>?> drawLayers(toDraw: Collection<Layer<T, P>>, environment: Environment<T, P>, graphics: Graphics2D, wormhole: Wormhole2D<P>)
Link copied to clipboard
abstract fun equals(obj: Any): Boolean
Link copied to clipboard
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open fun map(x: Double, xMin: Double, xMax: Double, yMin: Double, yMax: Double): Double
Map x from [xMin, xMax] to [yMin, yMax].
Link copied to clipboard
open fun setLayerFilter(layerFilter: Boolean)