Uses of Interface
net.officefloor.gef.editor.OverlayVisualFactory
-
Packages that use OverlayVisualFactory Package Description net.officefloor.gef.editor net.officefloor.gef.editor.internal.models net.officefloor.gef.editor.internal.parts -
-
Uses of OverlayVisualFactory in net.officefloor.gef.editor
Methods in net.officefloor.gef.editor with parameters of type OverlayVisualFactory Modifier and Type Method Description void
AdaptedRootBuilder. overlay(double x, double y, OverlayVisualFactory overlayVisualFactory)
Allows adding an overlay.void
ModelActionContext. overlay(OverlayVisualFactory overlayVisualFactory)
Shows an overlay at the position of the action. -
Uses of OverlayVisualFactory in net.officefloor.gef.editor.internal.models
Methods in net.officefloor.gef.editor.internal.models with parameters of type OverlayVisualFactory Modifier and Type Method Description void
AbstractAdaptedConnectableFactory.AbstractAdaptedConnectable. overlay(OverlayVisualFactory overlayVisualFactory)
void
AdaptedConnectionFactory.AdaptedConnectionImpl. overlay(OverlayVisualFactory overlayVisualFactory)
-
Uses of OverlayVisualFactory in net.officefloor.gef.editor.internal.parts
Methods in net.officefloor.gef.editor.internal.parts with parameters of type OverlayVisualFactory Modifier and Type Method Description void
OfficeFloorContentPartFactory. overlay(double x, double y, OverlayVisualFactory overlayVisualFactory)
Constructors in net.officefloor.gef.editor.internal.parts with parameters of type OverlayVisualFactory Constructor Description AdaptedOverlayHandlePart(org.eclipse.gef.geometry.planar.Point location, OverlayVisualFactory visualFactory)
Instantiate.
-