Uses of Interface
org.jhotdraw8.draw.figure.Slice
Packages that use Slice
-
Uses of Slice in org.jhotdraw8.draw.figure
Classes in org.jhotdraw8.draw.figure that implement SliceModifier and TypeClassDescriptionclassThis is a special figure which is used to segment a drawing into tiles, when exporting it using theBitmapExportOutputFormat. -
Uses of Slice in org.jhotdraw8.draw.io
Methods in org.jhotdraw8.draw.io with parameters of type SliceModifier and TypeMethodDescriptionprotected abstract booleanAbstractExportOutputFormat.writeSlice(Path file, Slice slice, javafx.scene.Node node, double dpi) Writes the node to the specified file as a Slice.protected booleanBitmapExportOutputFormat.writeSlice(@NonNull Path file, @NonNull Slice slice, @NonNull javafx.scene.Node node, double dpi) protected booleanPrinterExportFormat.writeSlice(Path file, @NonNull Slice slice, @NonNull javafx.scene.Node node, double dpi)