public abstract class AbstractFxSpriteFactory<S,NF extends AbstractFxSpriteFactory<S,NF>> extends Object implements FxSpriteFactory<S>
| Constructor and Description |
|---|
AbstractFxSpriteFactory() |
| Modifier and Type | Method and Description |
|---|---|
double |
getOpacity() |
double |
getScaleFactor() |
protected static double |
getScaleX(javafx.scene.Node aSprite,
FxCheckerboardViewer<?> aCheckerboard) |
protected static double |
getScaleY(javafx.scene.Node aSprite,
FxCheckerboardViewer<?> aCheckerboard) |
protected javafx.scene.Node |
initSprite(javafx.scene.Node aSprite,
FxCheckerboardViewer<?> aCheckerboard) |
void |
setOpacity(double aOpacity) |
void |
setScaleFactor(double aScaleFactor) |
NF |
withOpacity(double aOpacity) |
NF |
withScaleFactor(double aScaleFactor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateInstance, createInstancepublic double getScaleFactor()
public void setScaleFactor(double aScaleFactor)
public NF withScaleFactor(double aScaleFactor)
public double getOpacity()
public void setOpacity(double aOpacity)
public NF withOpacity(double aOpacity)
protected static double getScaleX(javafx.scene.Node aSprite,
FxCheckerboardViewer<?> aCheckerboard)
protected static double getScaleY(javafx.scene.Node aSprite,
FxCheckerboardViewer<?> aCheckerboard)
protected javafx.scene.Node initSprite(javafx.scene.Node aSprite,
FxCheckerboardViewer<?> aCheckerboard)
Copyright © 2015. All rights reserved.