Package

edu.psu.sagnik.research.inkscapesvgprocessing.rasterparser

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. case class SVGRaster(id: String, imageString: String, bb: Rectangle) extends Product with Serializable

    Permalink
  2. case class SVGRasterIm(id: String, imageDString: String, groups: Seq[SVGGroup], transformOps: Seq[TransformCommand], x: Float, y: Float, width: Float, height: Float) extends Product with Serializable

    Permalink

    Created by sagnik on 12/24/15.

Ungrouped