Class SwapObjects

    • Constructor Detail

      • SwapObjects

        public SwapObjects()
    • Method Detail

      • setConversion

        public void setConversion​(AbstractSwapObject value)
        Sets the conversion to use.
        Parameters:
        value - the conversion
      • getConversion

        public AbstractSwapObject getConversion()
        Returns the conversion to use.
        Returns:
        the conversion
      • conversionTipText

        public String conversionTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • processActor

        protected void processActor​(Actor actor)
        Performs the actual processing.
        Specified by:
        processActor in class AbstractActorProcessor
        Parameters:
        actor - the actor to process (is a copy of original for processors implementing ModifyingProcessor)
        See Also:
        ModifyingProcessor