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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HalftoningArrange.Type
static final SCOType.Field
static final SCOType.Field
static final SCOType.Field
Fields inherited from class de.grogra.blocks.arrangeBlock.ShareableArrangeBase
densityField, MAX_NUMBER, maxF, maxX, maxXHalbe, maxY, maxYHalbe, prozent, seed, superNumber, xx, yy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
float
int
float
void
setMaxThreshold
(float value) void
setMethod
(int value) void
setThreshold
(float value) Methods inherited from class de.grogra.blocks.arrangeBlock.ShareableArrangeBase
copyField, getXx, getYy, setAll, setNumber
Methods inherited from class de.grogra.persistence.ShareableBase
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
calculate
in classShareableArrangeBase
-
getManageableType
- Specified by:
getManageableType
in 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)
-