Uses of Interface
org.biojava.nbio.structure.gui.util.color.ContinuousColorMapper
-
Packages that use ContinuousColorMapper Package Description org.biojava.nbio.structure.gui org.biojava.nbio.structure.gui.util.color -
-
Uses of ContinuousColorMapper in org.biojava.nbio.structure.gui
Fields in org.biojava.nbio.structure.gui with type parameters of type ContinuousColorMapper Modifier and Type Field Description protected Map<String,ContinuousColorMapper>ScaleableMatrixPanel. gradientsMethods in org.biojava.nbio.structure.gui that return ContinuousColorMapper Modifier and Type Method Description ContinuousColorMapperJMatrixPanel. getCellColor()ContinuousColorMapperScaleableMatrixPanel. getCellColor()Methods in org.biojava.nbio.structure.gui that return types with arguments of type ContinuousColorMapper Modifier and Type Method Description protected static Map<String,ContinuousColorMapper>ScaleableMatrixPanel. createGradients()Methods in org.biojava.nbio.structure.gui with parameters of type ContinuousColorMapper Modifier and Type Method Description voidJMatrixPanel. setCellColor(ContinuousColorMapper cellColor)voidScaleableMatrixPanel. setCellColor(ContinuousColorMapper cellColor) -
Uses of ContinuousColorMapper in org.biojava.nbio.structure.gui.util.color
Classes in org.biojava.nbio.structure.gui.util.color that implement ContinuousColorMapper Modifier and Type Class Description classContinuousColorMapperTransformMaps colors by performing a transform of the input data and then passing the transformed value to a ContinuousColorMapper for rendering.classDefaultMatrixMapperColor Mapper which mimics the default coloring of JMatrixPanel pixels.classGradientMapperMaps a set of real values onto a gradient.classLogColorMapperPerforms a log10 transform on input before passing the values off to another colorMapper.classSqrtColorMapperPerforms a sqrt transform on input before passing the values off to another colorMapper.Fields in org.biojava.nbio.structure.gui.util.color declared as ContinuousColorMapper Modifier and Type Field Description protected ContinuousColorMapperContinuousColorMapperTransform. mapperConstructors in org.biojava.nbio.structure.gui.util.color with parameters of type ContinuousColorMapper Constructor Description ContinuousColorMapperTransform(ContinuousColorMapper submapper)Creates a transform.GradientPanel(ContinuousColorMapper mapper, double min, double max)LogColorMapper(ContinuousColorMapper logspaceMapper)Creates a new LogColorMapper with base 10.LogColorMapper(ContinuousColorMapper logspaceMapper, int base)If logspaceMapper maps values x1 to x2, this creates a mapper for values base^x1 to base^x2SqrtColorMapper(ContinuousColorMapper sqrtspaceMapper)Creates a new SqrtColorMapper.
-