Uses of Class
weka.gui.knowledgeflow.StepVisual
Packages that use StepVisual
-
Uses of StepVisual in weka.gui.knowledgeflow
Subclasses of StepVisual in weka.gui.knowledgeflowMethods in weka.gui.knowledgeflow that return StepVisualModifier and TypeMethodDescriptionstatic StepVisual
StepVisual.createVisual
(StepManagerImpl stepManager) Create a visual for the step managed by the supplied step manager.static StepVisual
StepVisual.createVisual
(StepManagerImpl stepManager, ImageIcon icon) Create a visual for the step managed by the supplied step manager using the supplied icon.StepTreeLeafDetails.instantiateStep()
Instantiate the step at this leaf and return it wrapped in a StepVisualMethod parameters in weka.gui.knowledgeflow with type arguments of type StepVisualModifier and TypeMethodDescriptionvoid
MainKFPerspective.copyStepsToClipboard
(List<StepVisual> steps) Copy the supplied steps to the clipboardstatic String
VisibleLayout.serializeStepsToJSON
(List<StepVisual> steps, String name) Utility method to serialize a list of steps (encapsulated in StepVisuals) to a JSON flow. -
Uses of StepVisual in weka.knowledgeflow
Methods in weka.knowledgeflow that return StepVisualModifier and TypeMethodDescriptionStepManagerImpl.getStepVisual()
Get the step visual in use (if running in a visual environment)Methods in weka.knowledgeflow with parameters of type StepVisualModifier and TypeMethodDescriptionvoid
StepManagerImpl.setStepVisual
(StepVisual visual) Set the step visual to use when running in a graphical environment