|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClusterTableSettings
Settings for column labels and column types of a Table
which holds the cluster data.
Field Summary | |
---|---|
static java.lang.String |
CLUSTER_COLUMN_ID
Id to show and identify cluster for decorator |
static java.lang.Class |
CLUSTER_COLUMN_ID_TYPE
Identifier for data type (int) of id column. |
static java.lang.String |
CLUSTER_COLUMN_NAME
Identifier for the column in cluster table given back from ClusterAlgorithm.clustering(String[], double, String, String, String, String) method. |
static java.lang.Class |
CLUSTER_COLUMN_NAME_TYPE
Identifier for data type (TreeSet ClusterAlgorithm.clustering(String[], double, String, String, String, String) method. |
static java.lang.String |
CLUSTER_COLUMN_SIZE
Identifier for size of cluster table, is used to sort the clusters for a non overlapping painting. |
static java.lang.Class |
CLUSTER_COLUMN_SIZE_TYPE
Identifier for data type (int) of size column. |
Field Detail |
---|
static final java.lang.String CLUSTER_COLUMN_ID
static final java.lang.Class CLUSTER_COLUMN_ID_TYPE
static final java.lang.String CLUSTER_COLUMN_NAME
ClusterAlgorithm.clustering(String[], double, String, String, String, String)
method.
static final java.lang.Class CLUSTER_COLUMN_NAME_TYPE
ClusterAlgorithm.clustering(String[], double, String, String, String, String)
method.
static final java.lang.String CLUSTER_COLUMN_SIZE
static final java.lang.Class CLUSTER_COLUMN_SIZE_TYPE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |