Object

io.github.fucusy

Viz

Related Doc: package fucusy

Permalink

object Viz

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Viz
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def data2html(column2data: Seq[(String, Seq[String])], title: String): String

    Permalink

    * convert data to html, it will automatically convert image url to img tag in html

    * convert data to html, it will automatically convert image url to img tag in html

    column2data

    the data, each element contains column name, and a list of string

  7. def data2html(column2data: Seq[(String, Seq[String])], imgCols: Seq[String], title: String): String

    Permalink

    * convert data to html

    * convert data to html

    column2data

    the data, each record contains column name, and a list of string

    imgCols

    indicate the image url columns, the url will be convert to img tag

  8. def dataframe2html(df: DataFrame, imageCol: Seq[String], title: String, limitShowNumber: Int = 1): String

    Permalink

    suppose df have A, B, C, D, order these five columns first step: we get four information then can generate html - the description of whole df - the value of columns.

    suppose df have A, B, C, D, order these five columns first step: we get four information then can generate html - the description of whole df - the value of columns. make it a sequence: Seq[String, Seq[String] = Seq(A -> Seq[....], B -> Seq[....], C -> Seq[....], D -> Seq[....]) the seq value must in order - imageCol: tell us which column is image. - columnNames

    second step: using the four information got form step 1 to generate html

    title

    : the description of whole df

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. def imgUrl2tag(url: String): String

    Permalink
  15. def isImgUrl(s: String): Boolean

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped