Package

edu.psu.sagnik.research.pdsimplify.text

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. case class PDChar(content: String, bb: Rectangle, glyphBB: Option[Rectangle], style: PDCharStyle) extends TextSegment with Product with Serializable

    Permalink
  2. case class PDCharStyle(font: PDFontInfo, fill: String, fillOpacity: String, fillRule: String, stroke: String, rotation: Float) extends Product with Serializable

    Permalink
  3. case class PDFontInfo(fontName: String, fontFamily: String, fontSize: Float, fontWeight: Float, isBold: Boolean, isItalic: Boolean) extends Product with Serializable

    Permalink
  4. case class PDParagraph(content: String, bb: Rectangle, tLines: List[PDTextLine]) extends TextSegment with Product with Serializable

    Permalink
  5. case class PDTextLine(content: String, bb: Rectangle, tWords: List[PDWord]) extends TextSegment with Product with Serializable

    Permalink
  6. case class PDWord(content: String, bb: Rectangle, chars: List[PDChar]) extends TextSegment with Product with Serializable

    Permalink
  7. sealed trait TextSegment extends AnyRef

    Permalink

    Created by schoudhury on 6/27/16.

Ungrouped