Uses of Class
com.amalgamasimulation.graphicaleditor.HighlightDescriptor
Packages that use HighlightDescriptor
Package
Description
-
Uses of HighlightDescriptor in com.amalgamasimulation.graphicaleditor
Methods in com.amalgamasimulation.graphicaleditor that return HighlightDescriptorModifier and TypeMethodDescriptionHighlightDescriptor.addHighlightedObject(Object object, javafx.scene.paint.Color color) <N,A> HighlightDescriptor HighlightDescriptor.addHighlightedPath(Pair<List<N>, List<A>> path, javafx.scene.paint.Color color) -
Uses of HighlightDescriptor in com.amalgamasimulation.graphicaleditor.views
Methods in com.amalgamasimulation.graphicaleditor.views with parameters of type HighlightDescriptorModifier and TypeMethodDescriptionvoidInfiniteCanvasViewer.addHighlight(HighlightDescriptor highlightDescriptor) Add highlighting to the objects on the canvas, and then - focus on the highlighted objects.voidInfiniteCanvasViewer.addHighlight(HighlightDescriptor highlightDescriptor, boolean navigate) Add highlighting to the objects on the canvas.