java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.blocks.arrangeBlock.ShareableArrangeBase
de.grogra.blocks.arrangeBlock.HalftoningArrange
- All Implemented Interfaces:
ArrangeMethod,Manageable,Shareable
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HalftoningArrange.Typestatic final SCOType.Fieldstatic final SCOType.Fieldstatic final SCOType.FieldFields inherited from class de.grogra.blocks.arrangeBlock.ShareableArrangeBase
densityField, MAX_NUMBER, maxF, maxX, maxXHalbe, maxY, maxYHalbe, prozent, seed, superNumber, xx, yy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfloatintfloatvoidsetMaxThreshold(float value) voidsetMethod(int value) voidsetThreshold(float value) Methods inherited from class de.grogra.blocks.arrangeBlock.ShareableArrangeBase
copyField, getXx, getYy, setAll, setNumberMethods inherited from class de.grogra.persistence.ShareableBase
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReferenceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.grogra.blocks.arrangeBlock.ArrangeMethod
getXx, getYy
-
Field Details
-
$TYPE
-
method$FIELD
-
threshold$FIELD
-
maxThreshold$FIELD
-
-
Constructor Details
-
HalftoningArrange
public HalftoningArrange()
-
-
Method Details
-
calculate
public void calculate()- Specified by:
calculatein classShareableArrangeBase
-
getManageableType
- Specified by:
getManageableTypein interfaceManageable
-
getMethod
public int getMethod() -
setMethod
public void setMethod(int value) -
getThreshold
public float getThreshold() -
setThreshold
public void setThreshold(float value) -
getMaxThreshold
public float getMaxThreshold() -
setMaxThreshold
public void setMaxThreshold(float value)
-