Uses of Interface
org.jhotdraw8.draw.figure.Layer
Packages that use Layer
Package
Description
-
Uses of Layer in org.jhotdraw8.draw.figure
Classes in org.jhotdraw8.draw.figure that implement LayerMethods in org.jhotdraw8.draw.figure that return Layer -
Uses of Layer in org.jhotdraw8.draw.inspector
Methods in org.jhotdraw8.draw.inspector with parameters of type LayerModifier and TypeMethodDescriptionprotected voidLayersInspector.moveSelectedFiguresFromToLayer(Layer from, @NonNull Layer to) Constructor parameters in org.jhotdraw8.draw.inspector with type arguments of type LayerModifierConstructorDescriptionLayersInspector(@NonNull URL fxmlUrl, Supplier<Layer> layerFactory) LayersInspector(Supplier<Layer> layerFactory) -
Uses of Layer in org.jhotdraw8.draw.io
Methods in org.jhotdraw8.draw.io that return types with arguments of type LayerMethod parameters in org.jhotdraw8.draw.io with type arguments of type LayerModifier and TypeMethodDescriptionvoidSimpleXmlReader.setLayerFactory(Supplier<Layer> layerFactory) -
Uses of Layer in org.jhotdraw8.draw.tool
Fields in org.jhotdraw8.draw.tool with type parameters of type LayerMethod parameters in org.jhotdraw8.draw.tool with type arguments of type LayerModifier and TypeMethodDescriptionvoidAbstractCreationTool.setLayerFactory(Supplier<Layer> factory)