Package clipgenerator.clipDisplay
Class ClipDisplayMark
java.lang.Object
PamView.paneloverlay.overlaymark.OverlayMark
clipgenerator.clipDisplay.ClipDisplayMark
-
Nested Class Summary
Nested classes/interfaces inherited from class PamView.paneloverlay.overlaymark.OverlayMark
OverlayMark.OverlayMarkType -
Constructor Summary
ConstructorsConstructorDescriptionClipDisplayMark(ClipDisplayMarker clipDisplayMarker, List<ClipDisplayUnit> clipDisplayUnits) not currently used. -
Method Summary
Methods inherited from class PamView.paneloverlay.overlaymark.OverlayMark
addCoordinate, findParameterIndex, getCentre, getCoordinate, getCoordinates, getCurrentMouse, getCurrentMouseCoordinate, getLastCoordinate, getLimits, getMarkChannels, getMarkShape, getMarkSource, getMarkType, getParameterTypes, getParameterUnits, getSwingComponentMousePos, isHidden, repaintOwner, setCurrentMouseCoordinate, setHidden, setMarkChannels, setMarkSource, setMarkType, size, toString
-
Constructor Details
-
ClipDisplayMark
not currently used. If used, would need to make a new method in OverlayMarker to abstract out the construction of marks, so that markers can make bespoke types such as this. Otherwise it ends up as a mess of a mark made by the marker and one of these !- Parameters:
clipDisplayMarker-clipDisplayUnits-
-