Package

edu.psu.sagnik.research.pdsimplify.path

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. case class PDCurve(startPoint: Float, endPoint: Float, controlPoint1: Float, controlPoint2: Float, bb: Rectangle) extends PDSegment with Product with Serializable

    Permalink
  2. case class PDLine(startPoint: Float, endPoint: Float, bb: Rectangle) extends PDSegment with Product with Serializable

    Permalink
  3. case class PDPath(subPaths: List[PDShape], isClip: Boolean, doPaint: Boolean, windingRule: Int, pathStyle: PathStyle) extends Product with Serializable

    Permalink
  4. trait PDSegment extends AnyRef

    Permalink

    Created by schoudhury on 6/15/16.

  5. case class PDShape(segments: List[PDSegment], fromReCommand: Boolean) extends Product with Serializable

    Permalink
  6. case class PathStyle(fill: Option[String], fillRule: Option[String], fillOpacity: Option[String], stroke: Option[String], strokeWidth: Option[String], strokeLineCap: Option[String], strokeLineJoin: Option[String], strokeMiterLimit: Option[String], strokeDashArray: Option[String], strokeDashOffset: Option[String], strokeOpacity: Option[String]) extends Product with Serializable

    Permalink

Ungrouped