DESY ACOP Beans Home

Uses of Class
com.cosylab.util.BitCondition

Packages that use BitCondition
com.cosylab.gui.displayers A package containing framework for building displayer components. 
com.cosylab.util   
 

Uses of BitCondition in com.cosylab.gui.displayers
 

Methods in com.cosylab.gui.displayers that return BitCondition
 BitCondition[] PatternDisplayer.getConditionWhenCleared()
          Returns the array of Condition objects that carry information on how each significant bit should be rendered when its value is 0.
 BitCondition[] PatternDisplayer.getConditionWhenSet()
          Returns an array of Condition objects that carry information on how each significant bit should be rendered when its value is 1.
 BitCondition DefaultConditionDescriptor.toCondition(java.awt.Color color)
           
 BitCondition ConditionDescriptor.toCondition(java.awt.Color color)
          returns condition of color
 

Methods in com.cosylab.gui.displayers with parameters of type BitCondition
 void DefaultConditionDescriptor.putConditionToColor(BitCondition condition, java.awt.Color color)
          Changes Conditions old Color to new Color , if new Color is allready used by other Condition then it throws IllegalArgumentException().
 void PatternDisplayer.setConditionWhenCleared(BitCondition[] value)
          Sets the rendering hints for the cleared bits.
 void PatternDisplayer.setConditionWhenSet(BitCondition[] value)
          Sets the array of rendering hitns for set bits.
 java.awt.Color DefaultConditionDescriptor.toColor(BitCondition condition)
           
 java.awt.Color ConditionDescriptor.toColor(BitCondition condition)
          returns color of condition
 

Uses of BitCondition in com.cosylab.util
 

Methods in com.cosylab.util that return BitCondition
static BitCondition BitCondition.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BitCondition[] BitCondition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010. All Rights Reserved.