Interface GlyphPropertyControl


public interface GlyphPropertyControl

This is an interface for Glyph's privately implemented components which are used to control glyph properties. This is needed so that the component can get some information about the data without actually using the data objects.


Method Summary
 void setDataMax(double max)
           
 void setDataMax(int max)
          Sets the maximum value as above.
 void setDataMin(double min)
           
 void setDataMin(int min)
          Sets the minimum value of the data attribute selected for the property this control represents.
 

Method Detail

setDataMin

public void setDataMin(int min)
Sets the minimum value of the data attribute selected for the property this control represents.

setDataMin

public void setDataMin(double min)

setDataMax

public void setDataMax(int max)
Sets the maximum value as above.

setDataMax

public void setDataMax(double max)