Uses of Interface
org.biojava.nbio.structure.gui.util.color.ContinuousColorMapper
Packages that use ContinuousColorMapper
-
Uses of ContinuousColorMapper in org.biojava.nbio.structure.gui
Fields in org.biojava.nbio.structure.gui with type parameters of type ContinuousColorMapperModifier and TypeFieldDescriptionprotected Map<String,ContinuousColorMapper> ScaleableMatrixPanel.gradientsMethods in org.biojava.nbio.structure.gui that return ContinuousColorMapperModifier and TypeMethodDescriptionJMatrixPanel.getCellColor()ScaleableMatrixPanel.getCellColor()Methods in org.biojava.nbio.structure.gui that return types with arguments of type ContinuousColorMapperModifier and TypeMethodDescriptionprotected static Map<String,ContinuousColorMapper> ScaleableMatrixPanel.createGradients()Methods in org.biojava.nbio.structure.gui with parameters of type ContinuousColorMapperModifier and TypeMethodDescriptionvoidJMatrixPanel.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 ContinuousColorMapperModifier and TypeClassDescriptionclassMaps colors by performing a transform of the input data and then passing the transformed value to a ContinuousColorMapper for rendering.classColor Mapper which mimics the default coloring of JMatrixPanel pixels.classMaps a set of real values onto a gradient.classPerforms a log10 transform on input before passing the values off to another colorMapper.classPerforms a sqrt transform on input before passing the values off to another colorMapper.Fields in org.biojava.nbio.structure.gui.util.color declared as ContinuousColorMapperModifier and TypeFieldDescriptionprotected ContinuousColorMapperContinuousColorMapperTransform.mapperConstructors in org.biojava.nbio.structure.gui.util.color with parameters of type ContinuousColorMapperModifierConstructorDescriptionCreates 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.