Uses of Class
classUtils.annotation.BooleanRange

Packages that use BooleanRange
classUtils.annotation   
j2d.diffraction.phidget   
j2d.filters   
sound.processors   
 

Uses of BooleanRange in classUtils.annotation
 

Methods in classUtils.annotation with annotations of type BooleanRange
 void TestAnnotation.setVisible(boolean visible)
           
 

Uses of BooleanRange in j2d.diffraction.phidget
 

Methods in j2d.diffraction.phidget with annotations of type BooleanRange
 void ServoBean.setOpen(boolean open)
           
 

Uses of BooleanRange in j2d.filters
 

Methods in j2d.filters with annotations of type BooleanRange
 void GaussianFilter.setAlpha(boolean alpha)
           
 void SaltAndPepperProcessor.setDataFrameVisible(boolean v)
           
 void EmbossFilter.setEmboss(boolean emboss)
           
 void PointillizeFilter.setFadeEdges(boolean fadeEdges)
           
 void CrystallizeFilter.setFadeEdges(boolean fadeEdges)
           
 void GlintFilter.setGlintOnly(boolean glintOnly)
           
 void GradientWipeFilter.setInvert(boolean invert)
           
 void BrushedMetalFilter.setMonochrome(boolean monochrome)
           
 void RaysFilter.setRaysOnly(boolean raysOnly)
           
 void PlasmaFilter.setUseColormap(boolean useColormap)
           
 void PlasmaFilter.setUseImageColors(boolean useImageColors)
           
 

Uses of BooleanRange in sound.processors
 

Methods in sound.processors with annotations of type BooleanRange
 void CorrelationProcessor.setSampling(boolean sampling)