Class HoverFeedbackFactory

java.lang.Object
com.amalgamasimulation.graphicaleditor.factories.HoverFeedbackFactory
All Implemented Interfaces:
org.eclipse.gef.mvc.fx.parts.IFeedbackPartFactory

public class HoverFeedbackFactory extends Object implements org.eclipse.gef.mvc.fx.parts.IFeedbackPartFactory
  • Field Details

    • HOVER_FEEDBACK_COLOR_PROVIDER

      public static final String HOVER_FEEDBACK_COLOR_PROVIDER
      See Also:
    • HOVER_FEEDBACK_GEOMETRY_PROVIDER

      public static final String HOVER_FEEDBACK_GEOMETRY_PROVIDER
      See Also:
    • DEFAULT_HOVER_FEEDBACK_COLOR

      public static final javafx.scene.paint.Color DEFAULT_HOVER_FEEDBACK_COLOR
  • Constructor Details

    • HoverFeedbackFactory

      public HoverFeedbackFactory()
  • Method Details

    • createFeedbackParts

      public List<org.eclipse.gef.mvc.fx.parts.IFeedbackPart<? extends javafx.scene.Node>> createFeedbackParts(List<? extends org.eclipse.gef.mvc.fx.parts.IVisualPart<? extends javafx.scene.Node>> targets, Map<Object,Object> contextMap)
      Specified by:
      createFeedbackParts in interface org.eclipse.gef.mvc.fx.parts.IFeedbackPartFactory