Class BasicSceneGenerator.FitToScreen
- java.lang.Object
-
- org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter<Boolean>
-
- org.openscience.cdk.renderer.generators.BasicSceneGenerator.FitToScreen
-
- All Implemented Interfaces:
IGeneratorParameter<Boolean>
- Enclosing class:
- BasicSceneGenerator
public static class BasicSceneGenerator.FitToScreen extends AbstractGeneratorParameter<Boolean>
If true, the scale is set such that the diagram fills the whole screen.
-
-
Constructor Summary
Constructors Constructor Description FitToScreen()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getDefault()
Returns the default value.-
Methods inherited from class org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameter
getValue, setValue
-
-