DrawNavigationGraph

open class DrawNavigationGraph : AbstractDrawOnce

Draws the navigation graph of an ImageEnvironmentWithGraph.

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
abstract fun equals(obj: Any): Boolean
Link copied to clipboard
open fun getColorSummary(): Color
Link copied to clipboard
abstract fun hashCode(): Int

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
open val markerNodeID: Integer
Link copied to clipboard
open var red: RangedInteger