DrawShape

Deprecated

Constructors

Link copied to clipboard
constructor()
Builds a new DrawShape effect.

Types

Link copied to clipboard
enum Mode

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@get:Nullable
open val molecule: Molecule
Link copied to clipboard
open var molString: String
Link copied to clipboard
open var property: String
Link copied to clipboard
Link copied to clipboard
open var red: RangedInteger
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun <T, P : Position2D<P>?> apply(g: Graphics2D, n: Node<T>, environment: Environment<T, P>, wormhole: Wormhole2D<P>)
open fun apply(g: Graphics2D, n: Node<out Any>, x: Int, y: Int)
Applies the effect.
Link copied to clipboard
abstract fun equals(obj: Any): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
open fun isMolFilter(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun isReverse(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun setC(colorChannel: ColorChannel)
Link copied to clipboard
Link copied to clipboard
open fun setMolFilter(mol: Boolean)
Link copied to clipboard
open fun setMolPropertyFilter(molpf: Boolean)
Link copied to clipboard
open fun setReverse(r: Boolean)
Link copied to clipboard
open fun setWritingPropertyValue(writingPropertyValue: Boolean)