Class DataFrameSchema

  • All Implemented Interfaces:
    prefuse.data.Schema

    public class DataFrameSchema
    extends java.lang.Object
    implements prefuse.data.Schema
    • Constructor Detail

      • DataFrameSchema

        public DataFrameSchema​(DataFrame<java.lang.Integer,​java.lang.String,​?> dataFrame)
    • Method Detail

      • getColumnCount

        public int getColumnCount()
        Specified by:
        getColumnCount in interface prefuse.data.Schema
      • getColumnName

        public java.lang.String getColumnName​(int col)
        Specified by:
        getColumnName in interface prefuse.data.Schema
      • getColumnIndex

        public int getColumnIndex​(java.lang.String field)
        Specified by:
        getColumnIndex in interface prefuse.data.Schema
      • getColumnType

        public java.lang.Class getColumnType​(int col)
        Specified by:
        getColumnType in interface prefuse.data.Schema
      • getColumnType

        public java.lang.Class getColumnType​(java.lang.String field)
        Specified by:
        getColumnType in interface prefuse.data.Schema
      • getPrimitiveType

        public static java.lang.Class getPrimitiveType​(java.lang.Class type)