Package ilda
Class OptimisationSettings
java.lang.Object
be.cmbsoft.ilda.OptimisationSettings
Bundles all optimisation settings, so they are easily shared across the package and
easily
transported to other
projects. You can create a settings file for each projector and load it in all your sketches
and projects without
having to recreate the settings again.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfloatintfloat[]floatfloatbooleanbooleanbooleanbooleanbooleanbooleansetAngleDwell(boolean angleDwell) setAngleDwellFactor(float angleDwellFactor) setBlankDwell(boolean blankDwell) setBlankDwellAmount(int blankDwellAmount) setClipBounds(float[] clipBounds) setClippingEnabled(boolean clippingEnabled) setInterpolateBlanked(boolean interpolateBlanked) setInterpolateLit(boolean interpolateLit) setMaxDistBlank(float maxDistBlank) setMaxDistLit(float maxDistLit) setReduceData(boolean reduceData) toJSON()
-
Constructor Details
-
OptimisationSettings
public OptimisationSettings()
-
-
Method Details
-
getAngleDwellFactor
public float getAngleDwellFactor() -
setAngleDwellFactor
-
isBlankDwell
public boolean isBlankDwell() -
setBlankDwell
-
getBlankDwellAmount
public int getBlankDwellAmount() -
setBlankDwellAmount
-
getClipBounds
public float[] getClipBounds() -
setClipBounds
-
isInterpolateLit
public boolean isInterpolateLit() -
setInterpolateLit
-
isInterpolateBlanked
public boolean isInterpolateBlanked() -
setInterpolateBlanked
-
getMaxDistLit
public float getMaxDistLit() -
setMaxDistLit
-
getMaxDistBlank
public float getMaxDistBlank() -
setMaxDistBlank
-
isAngleDwell
public boolean isAngleDwell() -
setAngleDwell
-
isClippingEnabled
public boolean isClippingEnabled() -
setClippingEnabled
-
isReduceData
public boolean isReduceData() -
setReduceData
-
toJSON
-
fromJSON
-