package renderer
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
Renderer extends AnyRef
This is the interface that all renderers need to implement.
This is the interface that all renderers need to implement. It provides basic drawing methods that are used for all plotting. By going through this interface, SwiftVis2 can render plots in different ways using the same plotting code.
- class SVGRenderer extends AnyRef
- trait Updater extends AnyRef
Value Members
-
object
Renderer
Holds enumerations and classes used for the rendering.
- object SVGRenderer