FeatureStateSnapshot
class FeatureStateSnapshot<T : Any>(val features: Map<String, Feature<T>>, painterCache: Map<PainterFeature<T>, Painter>)
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