Uses of Enum
org.netbeans.api.visual.print.ScenePrinter.ScaleStrategy
Packages that use ScenePrinter.ScaleStrategy
Package
Description
This package contains a single class
ScenePrinter
used to print
a Scene
according to various constraints.-
Uses of ScenePrinter.ScaleStrategy in org.netbeans.api.visual.print
Subclasses with type arguments of type ScenePrinter.ScaleStrategy in org.netbeans.api.visual.printModifier and TypeClassDescriptionstatic enum
Scaling strategies to be used for printing a scene.Methods in org.netbeans.api.visual.print that return ScenePrinter.ScaleStrategyModifier and TypeMethodDescriptionstatic ScenePrinter.ScaleStrategy
Returns the enum constant of this type with the specified name.static ScenePrinter.ScaleStrategy[]
ScenePrinter.ScaleStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.netbeans.api.visual.print with parameters of type ScenePrinter.ScaleStrategyModifier and TypeMethodDescriptionstatic void
ScenePrinter.print
(Scene scene, PageFormat format, ScenePrinter.ScaleStrategy scaleStrategy) Print the Scene with the provided format and scale type.static void
ScenePrinter.print
(Scene scene, PageFormat format, ScenePrinter.ScaleStrategy scaleStrategy, double scaleX, double scaleY, boolean selectedOnly, boolean visibleOnly, Rectangle region, List<LayerWidget> hiddenLayers) This is the master print call.static void
ScenePrinter.print
(Scene scene, ScenePrinter.ScaleStrategy scaleStrategy) Print the Scene with the default PageFormat and the provided scale type.