Class RotateColoursModifier

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

public class RotateColoursModifier extends SymbolModifier
Symbol modifier that rotates through standard colours, usually based on the data's UID.
Author:
dg50
  • Constructor Details

    • RotateColoursModifier

      public RotateColoursModifier(PamSymbolChooser symbolChooser)
    • RotateColoursModifier

      public RotateColoursModifier(String name, PamSymbolChooser symbolChooser, int modifyableBits)
  • Method Details

    • getSymbolData

      public SymbolData getSymbolData(GeneralProjector projector, PamDataUnit dataUnit)
      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: