Package

edu.psu.sagnik.research.pdsimplify

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. case class PDDocumentSimple(pages: List[PDPageSimple]) extends Product with Serializable

    Permalink
  2. case class PDPageSimple(pNum: Int, paragraphs: List[PDParagraph], gPaths: List[PDPath], rasters: List[PDRasterImage], bb: Rectangle) extends Product with Serializable

    Permalink

    Created by schoudhury on 7/1/16.

  3. case class Rectangle(x1: Float, y1: Float, x2: Float, y2: Float) extends Product with Serializable

    Permalink

    A quadrilateral, defined by its bottom-left point (x1,y1) and its top-right point (x2, y2).

Value Members

  1. object Rectangle extends Serializable

    Permalink

    Methods for constructing or otherwise manipulating Rectangle instances.

Ungrouped