Uses of Interface
edu.swri.swiftvis.GraphElement

Packages that use GraphElement
edu.swri.swiftvis   
edu.swri.swiftvis.filters   
edu.swri.swiftvis.plot   
edu.swri.swiftvis.sources   
 

Uses of GraphElement in edu.swri.swiftvis
 

Subinterfaces of GraphElement in edu.swri.swiftvis
 interface DataSink
           
 interface DataSource
           
 interface Filter
           
 interface PlotListener
          This interface is to be implemented by all of the filters that are supposed to listen for user interaction with plots.
 

Fields in edu.swri.swiftvis with type parameters of type GraphElement
private  java.util.List<GraphElement> GraphPanel.clipBoard
           
private  java.util.List<GraphElement> GraphPanel.elements
           
private  java.util.List<GraphElement> GraphPanel.selected
           
 

Methods in edu.swri.swiftvis that return GraphElement
 GraphElement GraphElement.copy(java.util.List<GraphElement> l)
           
 

Methods in edu.swri.swiftvis that return types with arguments of type GraphElement
 java.util.List<GraphElement> GraphPanel.copyElements(java.util.List<GraphElement> lst)
           
 java.util.List<GraphElement> GraphPanel.getElements()
           
 java.util.List<GraphElement> GraphPanel.getSelection()
           
 

Methods in edu.swri.swiftvis with parameters of type GraphElement
private  void GraphPanel.drawLine(java.awt.Graphics2D g, GraphElement pe1, GraphElement pe2, boolean select)
           
private  void GraphPanel.drawNode(java.awt.Graphics2D g, GraphElement pe)
           
private  java.awt.geom.Line2D GraphPanel.findLine(GraphElement pe1, GraphElement pe2)
           
 void SWIFTVis.selectionMade(GraphElement pe)
           
 

Method parameters in edu.swri.swiftvis with type arguments of type GraphElement
 GraphElement GraphElement.copy(java.util.List<GraphElement> l)
           
 java.util.List<GraphElement> GraphPanel.copyElements(java.util.List<GraphElement> lst)
           
 void GraphElement.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 void GraphElement.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 void GraphPanel.setElements(java.util.List<GraphElement> elems)
           
 

Constructor parameters in edu.swri.swiftvis with type arguments of type GraphElement
GraphPanel(SWIFTVis mf, java.util.List<GraphElement> elementList)
           
 

Uses of GraphElement in edu.swri.swiftvis.filters
 

Classes in edu.swri.swiftvis.filters that implement GraphElement
 class AbstractMultipleSourceFilter
          This is an abstract class that can help people who are creating new filters that can have multiple inputs into them.
 class AbstractSingleSourceFilter
          This abstract class is intended to help people extend SWIFTVis.
 class BinnedFilter
          This filter is intended to provide the user with the ability to bin the input values in one or more dimensions.
 class CoordConvertFilter
           
 class ElementTableEditor
           
 class FunctionFilter
           
 class GroupNumberingFilter
          This method goes through and adds two new parameters to the elements of the single source.
 class KeySelectionFilter
          This filter is intended to be used with multiple inputs to do selections.
 class MergeFilter
          This class gives the user a way to merge two or more data sets together in a serial manner.
 class MovieFilter
          This filter is designed so that people can easily view many "slices" through a given dimension of a
 class RegionSelectionFilter
          This is a filter that takes a single source and selects elements in a certain region.
 class SelectFilter
          This class provides a way for the user to select specific elements from inputs.
 class SliceSelectionFilter
          This is a filter that takes a single source and selects elements in a certain region.
 class SortFilter
           
 class ThinningFilter
           
 class WakePeakFilter
          This is a simple filter intended to isolate the location of wake peaks in the two types of output data that I use for ring simulations.
 

Methods in edu.swri.swiftvis.filters that return GraphElement
 GraphElement ElementTableEditor.copy(java.util.List<GraphElement> l)
           
 

Method parameters in edu.swri.swiftvis.filters with type arguments of type GraphElement
 SortFilter SortFilter.copy(java.util.List<GraphElement> l)
           
 RegionSelectionFilter RegionSelectionFilter.copy(java.util.List<GraphElement> l)
           
 GroupNumberingFilter GroupNumberingFilter.copy(java.util.List<GraphElement> l)
           
 WakePeakFilter WakePeakFilter.copy(java.util.List<GraphElement> l)
           
 ThinningFilter ThinningFilter.copy(java.util.List<GraphElement> l)
           
 BinnedFilter BinnedFilter.copy(java.util.List<GraphElement> l)
           
 SelectFilter SelectFilter.copy(java.util.List<GraphElement> l)
           
 KeySelectionFilter KeySelectionFilter.copy(java.util.List<GraphElement> l)
           
 MovieFilter MovieFilter.copy(java.util.List<GraphElement> l)
           
 MergeFilter MergeFilter.copy(java.util.List<GraphElement> l)
           
 GraphElement ElementTableEditor.copy(java.util.List<GraphElement> l)
           
 FunctionFilter FunctionFilter.copy(java.util.List<GraphElement> l)
           
 CoordConvertFilter CoordConvertFilter.copy(java.util.List<GraphElement> l)
           
 SliceSelectionFilter SliceSelectionFilter.copy(java.util.List<GraphElement> l)
           
 void AbstractMultipleSourceFilter.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 void AbstractMultipleSourceFilter.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 void AbstractSingleSourceFilter.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 void AbstractSingleSourceFilter.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 

Constructor parameters in edu.swri.swiftvis.filters with type arguments of type GraphElement
AbstractMultipleSourceFilter(AbstractMultipleSourceFilter c, java.util.List<GraphElement> l)
          This constructor is used by the copy method of subclasses.
AbstractSingleSourceFilter(AbstractSingleSourceFilter c, java.util.List<GraphElement> l)
          This constructor is used by the copy method of subclasses.
BinnedFilter(BinnedFilter c, java.util.List<GraphElement> l)
           
CoordConvertFilter(CoordConvertFilter c, java.util.List<GraphElement> l)
           
FunctionFilter(FunctionFilter c, java.util.List<GraphElement> l)
           
GroupNumberingFilter(GroupNumberingFilter c, java.util.List<GraphElement> l)
           
KeySelectionFilter(KeySelectionFilter c, java.util.List<GraphElement> l)
           
MergeFilter(MergeFilter c, java.util.List<GraphElement> l)
           
MovieFilter(MovieFilter c, java.util.List<GraphElement> l)
           
RegionSelectionFilter(RegionSelectionFilter c, java.util.List<GraphElement> l)
           
SelectFilter(SelectFilter c, java.util.List<GraphElement> l)
           
SliceSelectionFilter(SliceSelectionFilter c, java.util.List<GraphElement> l)
           
SortFilter(SortFilter c, java.util.List<GraphElement> l)
           
ThinningFilter(ThinningFilter c, java.util.List<GraphElement> l)
           
WakePeakFilter(WakePeakFilter c, java.util.List<GraphElement> l)
           
 

Uses of GraphElement in edu.swri.swiftvis.plot
 

Classes in edu.swri.swiftvis.plot that implement GraphElement
 class Plot
           
 

Method parameters in edu.swri.swiftvis.plot with type arguments of type GraphElement
 Plot Plot.copy(java.util.List<GraphElement> l)
           
 void PlotText.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 void PlotText.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 void Plot.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 void Plot.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 void PlotArea2D.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 void PlotArea2D.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 void PlotSpec.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 void PlotSpec.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 void PlotObject.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 void PlotObject.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 

Constructor parameters in edu.swri.swiftvis.plot with type arguments of type GraphElement
Plot(Plot c, java.util.List<GraphElement> l)
           
 

Uses of GraphElement in edu.swri.swiftvis.sources
 

Classes in edu.swri.swiftvis.sources that implement GraphElement
 class AbstractSource
           
 class BinaryPositionData
          This class represents a data file for the binary data output.
 class DiscardData
          This source represents the contents of a SWIFT discard file.
 class EncounterData
           
 class GeneralData
          This class is a data source that can be used to load in almost any type of data file, whether it is text or binary in format.
 class SequenceSource
           
 

Method parameters in edu.swri.swiftvis.sources with type arguments of type GraphElement
 SequenceSource SequenceSource.copy(java.util.List<GraphElement> l)
           
 DiscardData DiscardData.copy(java.util.List<GraphElement> l)
           
 EncounterData EncounterData.copy(java.util.List<GraphElement> l)
           
 GeneralData GeneralData.copy(java.util.List<GraphElement> l)
           
 BinaryPositionData BinaryPositionData.copy(java.util.List<GraphElement> l)
           
 void AbstractSource.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 void AbstractSource.relink(java.util.Hashtable<GraphElement,GraphElement> linkHash)
           
 

Constructor parameters in edu.swri.swiftvis.sources with type arguments of type GraphElement
AbstractSource(AbstractSource c, java.util.List<GraphElement> l)
          This constructor is used by the copy method of subclasses.
BinaryPositionData(BinaryPositionData c, java.util.List<GraphElement> l)
           
DiscardData(DiscardData c, java.util.List<GraphElement> l)
           
EncounterData(EncounterData c, java.util.List<GraphElement> l)
           
GeneralData(GeneralData c, java.util.List<GraphElement> l)
           
SequenceSource(SequenceSource c, java.util.List<GraphElement> l)