Uses of Class
sc.fiji.snt.seed.SeedOverlay
Packages that use SeedOverlay
-
Uses of SeedOverlay in sc.fiji.snt
Methods in sc.fiji.snt that return SeedOverlayModifier and TypeMethodDescriptionSNT.getSeedOverlay()Returns theSeedOverlayassociated with this SNT instance. -
Uses of SeedOverlay in sc.fiji.snt.seed
Methods in sc.fiji.snt.seed with parameters of type SeedOverlayModifier and TypeMethodDescriptionstatic voidSeedPointEditDialog.editAt(Component parent, SeedOverlay overlay, int index) Opens a single-seed edit dialog for the seed at the given model-row index ofoverlay.static voidSeedPointEditDialog.editBulk(Component parent, SeedOverlay overlay, List<Integer> indices) Opens a bulk edit dialog for all seeds at the given indices.voidSeedOverlay.SeedOverlayListener.seedOverlayChanged(SeedOverlay source) Called after the overlay's contents, threshold, or visibility changed.Constructors in sc.fiji.snt.seed with parameters of type SeedOverlayModifierConstructorDescriptionSeedTableModel(SeedOverlay overlay) Builds a model without the Status column.SeedTableModel(SeedOverlay overlay, SNT snt) Builds a model with an optional Status column.