Uses of Enum Class
sc.fiji.snt.analysis.ProfileProcessor.Shape
Packages that use ProfileProcessor.Shape
-
Uses of ProfileProcessor.Shape in sc.fiji.snt.analysis
Methods in sc.fiji.snt.analysis that return ProfileProcessor.ShapeModifier and TypeMethodDescriptionstatic ProfileProcessor.Shape[]ProfileProcessor.getShapes()Gets the array of availableProfileProcessor.Shapesstatic ProfileProcessor.ShapeReturns the enum constant of this class with the specified name.static ProfileProcessor.Shape[]ProfileProcessor.Shape.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in sc.fiji.snt.analysis with parameters of type ProfileProcessor.ShapeModifier and TypeMethodDescriptionvoidNodeProfiler.setShape(ProfileProcessor.Shape shape) Sets the shape of the iterating cursor.voidPathProfiler.setShape(ProfileProcessor.Shape shape) voidProfileProcessor.setShape(ProfileProcessor.Shape shape) Sets the shape to be iterated.