All Types

(JS, JVM)
com.github.nwillc.ksvg.elements.A

An SVG A reference element.

(JVM) (extensions in package com.github.nwillc.ksvg)
java.lang.Appendable
(JS, JVM)
com.github.nwillc.ksvg.attributes.AttributeType

An enumeration of attribute types and how to verify if a value is of this type.

(JS, JVM)
com.github.nwillc.ksvg.elements.CIRCLE

An SVG circle element.

(JS, JVM)
com.github.nwillc.ksvg.elements.Container

An abstract container element which provides factories for general sub elements.

(JS, JVM)
com.github.nwillc.ksvg.elements.DEFS

An SVG defs element which can define groups to be used later.

(JS, JVM)
com.github.nwillc.ksvg.elements.Element

Abstract SVG named element with attributes and child elements.

(JS, JVM)
com.github.nwillc.ksvg.elements.G

An SVG container element used to group other SVG elements.

(JS, JVM)
com.github.nwillc.ksvg.attributes.HasAttributes

This interface describes how SVG handles attributes.

(JS, JVM)
com.github.nwillc.ksvg.attributes.HasAttributesImpl

A basic implementation of HasAttributes.

(JS, JVM)
com.github.nwillc.ksvg.attributes.HasDimensions

An Element has height and width dimensions.

(JS, JVM)
com.github.nwillc.ksvg.attributes.HasDimensionsImpl

A basic implementation of HasDimensions.

(JS, JVM)
com.github.nwillc.ksvg.attributes.HasFill

An Element can have a fill color.

(JS, JVM)
com.github.nwillc.ksvg.attributes.HasFillImpl

A basic implementation of HasFill.

(JS, JVM)
com.github.nwillc.ksvg.attributes.HasOrigin

An Element has x,y origin.

(JS, JVM)
com.github.nwillc.ksvg.attributes.HasOriginImpl

A Basic implementation of HasOrigin.

(JS, JVM)
com.github.nwillc.ksvg.attributes.HasStroke

An Element has a stroke associated.

(JS, JVM)
com.github.nwillc.ksvg.attributes.HasStrokeImpl

A basic implementation of HasStroke.

(JS, JVM)
com.github.nwillc.ksvg.elements.LINE

An SVG line element.

(JS, JVM)
com.github.nwillc.ksvg.logging.LogLevel
(JS, JVM)
com.github.nwillc.ksvg.elements.PATH

An SVG path element.

(JS, JVM)
com.github.nwillc.ksvg.elements.POLYGON

An SVG polygon element.

(JS, JVM)
com.github.nwillc.ksvg.elements.RECT

An SVG rect element.

(JS, JVM)
com.github.nwillc.ksvg.elements.Region

An abstract element that is a region and therefore has stroke and fill.

(JS, JVM)
com.github.nwillc.ksvg.RenderMode

The mode to employ when rendering. Some Elements must render differently when used inline in HTML5 or in a standalone SVG file.

(JS, JVM) (extensions in package com.github.nwillc.ksvg)
kotlin.String
(JS, JVM)
com.github.nwillc.ksvg.elements.STYLE

An SVG style element.

(JS, JVM)
com.github.nwillc.ksvg.elements.SVG

The SVG element itself.

(JS, JVM)
com.github.nwillc.ksvg.elements.SvgTagMarker

Indicates something is an SVG DSL marker.

(JS, JVM)
com.github.nwillc.ksvg.elements.TEXT

An SVG text element.

(JS, JVM)
com.github.nwillc.ksvg.elements.TITLE

An SVG title element.

(JS, JVM)
com.github.nwillc.ksvg.elements.USE

An SVG use element.