Class SuperDetSymbolModifier

java.lang.Object
PamView.symbol.modifier.SymbolModifier
PamView.symbol.modifier.SuperDetSymbolModifier

@Deprecated public class SuperDetSymbolModifier extends SymbolModifier
Deprecated.
Super detection symbol modifier. Wow this is confusing. This is actually a symbolModifier in the sub detection datablock. It will call into the appropriate super detection, the class of which is quite possibly unknown in advance, and the symbol chooser of the superdetection will eventually call it's own modifiers, likely to be something like a RotateColourModifier, but could easily go on into annotations, to colour and shape by all sorts of stuff.
Author:
dg50
  • Constructor Details

    • SuperDetSymbolModifier

      public SuperDetSymbolModifier(PamSymbolChooser symbolChooser)
      Deprecated.
  • Method Details

    • getSymbolData

      public SymbolData getSymbolData(GeneralProjector projector, PamDataUnit dataUnit)
      Deprecated.
      Description copied from class: SymbolModifier
      This is the symbol data to use if this modifier were to change everything. the Symbolchooser will actually be calling the modifySymbol function, which calls this, then based on which bits are set for modification, will transfer over the appropriate information.

      Must be able to respond to a null projector and dataUnit for tree vies.

      Specified by:
      getSymbolData in class SymbolModifier
      Returns: