public abstract class ZoomButtonFactory
extends java.lang.Object
Constructor and Description |
---|
ZoomButtonFactory(Zoomable zoomable) |
Modifier and Type | Method and Description |
---|---|
javafx.scene.control.Button |
create()
Creates a new instance of a button.
|
protected abstract javafx.event.EventHandler<javafx.event.ActionEvent> |
getEventHandler() |
protected abstract java.lang.String |
getImagePath() |