FeatureStateSnapshot

class FeatureStateSnapshot<T : Any>(val features: Map<String, Feature<T>>, painterCache: Map<PainterFeature<T>, Painter>)

Constructors

Link copied to clipboard
constructor(features: Map<String, Feature<T>>, painterCache: Map<PainterFeature<T>, Painter>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun FeatureStateSnapshot<XY>.exportToSvg(viewPoint: ViewPoint<XY>, width: Double, height: Double, path: Path)
Link copied to clipboard
fun FeatureStateSnapshot<XY>.generateSvg(viewPoint: ViewPoint<XY>, width: Double, height: Double, id: String? = null): String