uk.ac.starlink.ttools.plot2
Class LegendIcon

java.lang.Object
  extended by uk.ac.starlink.ttools.plot2.LegendIcon
All Implemented Interfaces:
Icon

@Equality
public class LegendIcon
extends Object
implements Icon

Icon containing legend information for a plot.

Since:
13 Feb 2013
Author:
Mark Taylor

Constructor Summary
LegendIcon(LegendEntry[] entries, Captioner captioner, boolean border, Color bgColor)
          Constructor.
 
Method Summary
 boolean equals(Object o)
           
 int getIconHeight()
           
 int getIconWidth()
           
 int hashCode()
           
 void paintIcon(Component c, Graphics g, int x0, int y0)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegendIcon

public LegendIcon(LegendEntry[] entries,
                  Captioner captioner,
                  boolean border,
                  Color bgColor)
Constructor.

Parameters:
entries - items to display in legend
captioner - text renderer
border - true to draw a line border around the legend
bgColor - opaque background colour, null for transparent
Method Detail

getIconWidth

public int getIconWidth()
Specified by:
getIconWidth in interface Icon

getIconHeight

public int getIconHeight()
Specified by:
getIconHeight in interface Icon

paintIcon

public void paintIcon(Component c,
                      Graphics g,
                      int x0,
                      int y0)
Specified by:
paintIcon in interface Icon

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.