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.gradients
Methods 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 TypeMethodDescriptionvoid
JMatrixPanel.setCellColor
(ContinuousColorMapper cellColor) void
ScaleableMatrixPanel.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 TypeClassDescriptionclass
Maps colors by performing a transform of the input data and then passing the transformed value to a ContinuousColorMapper for rendering.class
Color Mapper which mimics the default coloring of JMatrixPanel pixels.class
Maps a set of real values onto a gradient.class
Performs a log10 transform on input before passing the values off to another colorMapper.class
Performs 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 ContinuousColorMapper
ContinuousColorMapperTransform.mapper
Constructors 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.