Package

com.sysalto.report

reportTypes

Permalink

package reportTypes

Visibility
  1. Public
  2. All

Type Members

  1. case class Column(id: String, columnWidthType: Types, fixedWidth: Option[Float], floatWidth: Option[RangeWidth] = None, flexWidth: Option[Int] = None) extends Product with Serializable

    Permalink

    Created by marian on 3/4/17.

  2. case class Group[T, R](name: String, get: (T) ⇒ R) extends Product with Serializable

    Permalink

    Created by marian on 3/4/17.

  3. class GroupUtil[T, R] extends AnyRef

    Permalink

    Created by marian on 3/4/17.

  4. case class LineDashType(unit: Int, phase: Int) extends Product with Serializable

    Permalink

    Created by marian on 3/14/17.

  5. case class RFont(size: Int, fontName: String = "", attribute: RFontAttribute.Value = RFontAttribute.NORMAL, color: ReportColor = ReportColor(0, 0, 0), externalFont: Option[RFontFamily] = None) extends Product with Serializable

    Permalink

    Created by marian on 3/4/17.

  6. case class RFontFamily(name: String, regular: String, bold: Option[String] = None, italic: Option[String] = None, boldItalic: Option[String] = None) extends Product with Serializable

    Permalink
  7. case class RTextList(list: ListBuffer[ReportTxt]) extends Product with Serializable

    Permalink

    Created by marian on 3/14/17.

  8. case class ReportCell(txt: List[ReportTxt], margin: ReportMargin = ReportMargin(0, 0), align: WrapAlign.Value = WrapAlign.NO_WRAP) extends Product with Serializable

    Permalink

    Created by marian on 3/4/17.

  9. case class ReportCellList(cells: List[ReportCell]) extends Product with Serializable

    Permalink

    Created by marian on 3/4/17.

  10. case class ReportColor(r: Int, g: Int, b: Int, opacity: Float = 1) extends RColorBase with Product with Serializable

    Permalink

    Created by marian on 3/4/17.

  11. case class ReportMargin(left: Float, right: Float) extends Product with Serializable

    Permalink

    Created by marian on 3/15/17.

  12. case class ReportRow(left: Float, right: Float, columns: List[Column]) extends Product with Serializable

    Permalink

    Created by marian on 3/4/17.

  13. case class ReportTxt(txt: String, font: RFont = RFont(10)) extends Product with Serializable

    Permalink

    Created by marian on 3/4/17.

Value Members

  1. object Column extends Serializable

    Permalink
  2. object Group extends Serializable

    Permalink
  3. object GroupUtil

    Permalink
  4. object ReportCell extends Serializable

    Permalink
  5. object ReportCellList extends Serializable

    Permalink
  6. object ReportPageOrientation extends Enumeration

    Permalink

    Created by marian on 4/7/17.

  7. object ReportRow extends Serializable

    Permalink

Ungrouped