Uses of Class
chart.Filter

Packages that use Filter
chart   
data   
gui.panels   
 

Uses of Filter in chart
 

Fields in chart declared as Filter
private  Filter Axis.lowerFilter
          The lower Filter on the Axis.
private  Filter Axis.upperFilter
          The upper Filter on the Axis.
 

Methods in chart that return Filter
 Filter Axis.getLowerFilter()
          Gets the lower filter.
 Filter Axis.getUpperFilter()
          Gets the upper filter.
 

Uses of Filter in data
 

Fields in data with type parameters of type Filter
private  java.util.Hashtable<Filter,java.lang.Boolean> Design.activationMap
          is used to store the information is the design is filtered.
 

Methods in data with parameters of type Filter
 void Design.setActive(Filter filter, boolean active)
          Specifies whether the design is still active after applying a given Filter.
 

Uses of Filter in gui.panels
 

Fields in gui.panels declared as Filter
private  Filter ChartPanel.draggedFilter
          Reference to a filter that is currently being dragged by the user.