Package-level declarations

Types

Link copied to clipboard
class FeatureStateSnapshot<T : Any>(val features: Map<String, Feature<T>>, painterCache: Map<PainterFeature<T>, Painter>)
Link copied to clipboard
class SvgDrawScope(state: CanvasState<XY>, graphics: SVGGraphics2D, painterCache: Map<PainterFeature<XY>, Painter>, defaultStrokeWidth: Float = 1.0f) : FeatureDrawScope<XY>

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
Link copied to clipboard