Class ClusterPanel

    • Field Detail

      • decay_rate

        protected double decay_rate
      • x_dim

        protected int x_dim
      • y_dim

        protected int y_dim
      • col

        protected Color col
      • default_color

        protected Color default_color
      • direction

        protected double[] direction
      • panel_size

        protected int panel_size
      • window_size

        protected int window_size
      • highligted

        protected boolean highligted
    • Method Detail

      • setDirection

        public void setDirection​(double[] direction)
      • updateLocation

        public void updateLocation()
      • updateTooltip

        public void updateTooltip()
      • contains

        public boolean contains​(int x,
                                int y)
        Overrides:
        contains in class JComponent
      • highlight

        public void highlight​(boolean enabled)
      • isValidCluster

        public boolean isValidCluster()
      • getClusterID

        public int getClusterID()
      • getClusterLabel

        public int getClusterLabel()
      • getSVGString

        public String getSVGString​(int width)
      • drawOnCanvas

        public void drawOnCanvas​(Graphics2D imageGraphics)