info.aduna.clustermap.render
Class Scheme
java.lang.Object
info.aduna.clustermap.render.Scheme
- Direct Known Subclasses:
- ClassificationIdentityScheme, ClusterRankScheme
public class Scheme
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NORMAL_CLUSTER_FILL_COLOR
public static final Color NORMAL_CLUSTER_FILL_COLOR
SELECTED_CLUSTER_FILL_COLOR
public static final Color SELECTED_CLUSTER_FILL_COLOR
NORMAL_CLUSTER_TEXT_COLOR
public static final Color NORMAL_CLUSTER_TEXT_COLOR
SELECTED_CLUSTER_TEXT_COLOR
public static final Color SELECTED_CLUSTER_TEXT_COLOR
NORMAL_CLUSTER_BACKGROUND_TEXT_COLOR
public static final Color NORMAL_CLUSTER_BACKGROUND_TEXT_COLOR
SELECTED_CLUSTER_BACKGROUND_TEXT_COLOR
public static final Color SELECTED_CLUSTER_BACKGROUND_TEXT_COLOR
NORMAL_CLASSIFICATION_TEXT_COLOR
public static final Color NORMAL_CLASSIFICATION_TEXT_COLOR
SELECTED_CLASSIFICATION_TEXT_COLOR
public static final Color SELECTED_CLASSIFICATION_TEXT_COLOR
NORMAL_CLASSIFICATION_TEXT_BOX_COLOR
public static final Color NORMAL_CLASSIFICATION_TEXT_BOX_COLOR
SELECTED_CLASSIFICATION_TEXT_BOX_COLOR
public static final Color SELECTED_CLASSIFICATION_TEXT_BOX_COLOR
CLUSTER_EDGE_FILL_COLOR_NORMAL
public static final Color CLUSTER_EDGE_FILL_COLOR_NORMAL
CLUSTER_EDGE_FILL_COLOR_SELECTED
public static final Color CLUSTER_EDGE_FILL_COLOR_SELECTED
CLUSTER_EDGE_FILL_COLOR_SELECTION_RELATED
public static final Color CLUSTER_EDGE_FILL_COLOR_SELECTION_RELATED
CLUSTER_EDGE_BORDER_COLOR_NORMAL
public static final Color CLUSTER_EDGE_BORDER_COLOR_NORMAL
CLUSTER_EDGE_BORDER_COLOR_SELECTED
public static final Color CLUSTER_EDGE_BORDER_COLOR_SELECTED
CLUSTER_EDGE_BORDER_COLOR_SELECTION_RELATED
public static final Color CLUSTER_EDGE_BORDER_COLOR_SELECTION_RELATED
CLASSIFICATION_EDGE_COLOR_NORMAL
public static final Color CLASSIFICATION_EDGE_COLOR_NORMAL
CLASSIFICATION_EDGE_COLOR_SELECTED
public static final Color CLASSIFICATION_EDGE_COLOR_SELECTED
CLASSIFICATION_EDGE_COLOR_SELECTION_RELATED
public static final Color CLASSIFICATION_EDGE_COLOR_SELECTION_RELATED
CLASSIFICATION_EDGE_THICKNESS
public static final float CLASSIFICATION_EDGE_THICKNESS
- See Also:
- Constant Field Values
Scheme
public Scheme()
supportsCombineableShapes
public boolean supportsCombineableShapes()
update
public void update(GraphRenderer renderer)
update
protected void update(ObjectRenderer[] renderers)
update
protected void update(ClusterRenderer[] renderers)
setFillColor
protected void setFillColor(ClusterRenderer renderer)
update
protected void update(ClassificationRenderer[] renderers)
setTextColor
protected void setTextColor(ClassificationRenderer renderer)
setTextBoxColor
protected void setTextBoxColor(ClassificationRenderer renderer)
setTextBackgroundColor
protected void setTextBackgroundColor(ClassificationRenderer renderer)
update
protected void update(ClusterEdgeRenderer[] renderers)
setFillColor
protected void setFillColor(ClusterEdgeRenderer renderer)
setBorderColor
protected void setBorderColor(ClusterEdgeRenderer renderer)
update
protected void update(ClassificationEdgeRenderer[] renderers)
setColor
protected void setColor(ClassificationEdgeRenderer renderer)
setThickness
protected void setThickness(ClassificationEdgeRenderer renderer)
Copyright © 1997-2008 Aduna. All Rights Reserved.