Class ScaleXY
Object
AnchorBean<MarkCollectionProvider>
InitializableBean<MarkCollectionProvider, MarksInitialization>
MarksBean<MarkCollectionProvider>
MarksBaseProvider<MarkCollectionProvider, MarkCollection>
MarkCollectionProvider
ScaleXY
- All Implemented Interfaces:
Provider<MarkCollection>
public class ScaleXY
extends MarkCollectionProvider
Scales the X and Y coordinates of marks in a
MarkCollection using a ScaleCalculator.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMarkCollectionget()MarkCollectionProvidergetMarks()The provider for theMarkCollectionto be scaled.ScaleCalculatorTheScaleCalculatorused to determine the scaling factor.voidsetMarks(MarkCollectionProvider marks) The provider for theMarkCollectionto be scaled.voidsetScaleCalculator(ScaleCalculator scaleCalculator) TheScaleCalculatorused to determine the scaling factor.Methods inherited from class org.anchoranalysis.mpp.bean.MarksBean
initializerForMarksBeansMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ScaleXY
public ScaleXY()
-
-
Method Details
-
get
public MarkCollection get() throws ProvisionFailedException- Throws:
ProvisionFailedException
-
getMarks
public MarkCollectionProvider getMarks()The provider for theMarkCollectionto be scaled. -
setMarks
public void setMarks(MarkCollectionProvider marks) The provider for theMarkCollectionto be scaled. -
getScaleCalculator
public ScaleCalculator getScaleCalculator()TheScaleCalculatorused to determine the scaling factor. -
setScaleCalculator
public void setScaleCalculator(ScaleCalculator scaleCalculator) TheScaleCalculatorused to determine the scaling factor.
-