Home
last modified time | relevance | path

Searched refs:isColourByLabel (Results 1 – 17 of 17) sorted by relevance

/dports/biology/jalview/jalview/test/jalview/schemes/
H A DFeatureColourTest.java57 assertFalse(fc.isColourByLabel()); in testConstructors()
66 assertFalse(fc.isColourByLabel()); in testConstructors()
85 assertFalse(fc1.isColourByLabel()); in testCopyConstructor()
98 assertFalse(fc1.isColourByLabel()); in testCopyConstructor()
118 assertFalse(fc1.isColourByLabel()); in testCopyConstructor()
137 assertTrue(fc1.isColourByLabel()); in testCopyConstructor()
149 assertTrue(fc1.isColourByLabel()); in testCopyConstructor()
438 assertTrue(fc.isColourByLabel()); in testParseJalviewFeatureColour()
446 assertTrue(fc.isColourByLabel()); in testParseJalviewFeatureColour()
455 assertTrue(fc.isColourByLabel()); in testParseJalviewFeatureColour()
[all …]
/dports/biology/jalview/jalview/src/jalview/schemes/
H A DFeatureColour.java486 setColourByLabel(fc.isColourByLabel()); in FeatureColour()
585 public boolean isColourByLabel() in isColourByLabel() method in FeatureColour
695 if (isColourByLabel()) in getColor()
787 return (!isColourByLabel() && !isGraduatedColour()); in isSimpleColour()
813 else if (isColourByLabel()) in toJalviewFormat()
940 else if (isColourByLabel()) in getDescription()
956 if (isColourByLabel()) in getDescription()
/dports/biology/jalview/jalview/src/jalview/appletgui/
H A DFeatureRenderer.java102 private boolean isColourByLabel, isGcol; field in FeatureRenderer.FeatureColourPanel
127 if (isColourByLabel = newcol.isColourByLabel()) in updateColor()
154 if (isColourByLabel) in paint()
H A DFeatureSettings.java772 if (col.isColourByLabel()) in updateColor()
808 if (col.isColourByLabel()) in paint()
H A DFeatureColourChooser.java156 colourFromLabel.setState(cs.isColourByLabel()); in init()
/dports/biology/jalview/jalview/src/jalview/api/
H A DFeatureColourI.java80 boolean isColourByLabel(); in isColourByLabel() method
/dports/biology/jalview/jalview/test/jalview/gui/
H A DFeatureSettingsTest.java142 assertTrue(fc.isColourByLabel()); in testSaveLoad()
149 assertTrue(fc.isColourByLabel()); in testSaveLoad()
/dports/biology/jalview/jalview/test/jalview/ext/ensembl/
H A DEnsemblGeneTest.java296 assertTrue(fc.getFeatureColour("exon").isColourByLabel()); in testGetFeatureColourScheme()
297 assertTrue(fc.getFeatureColour("coding_exon").isColourByLabel()); in testGetFeatureColourScheme()
/dports/biology/jalview/jalview/src/jalview/viewmodel/seqfeatures/
H A DFeatureRendererSettings.java107 if (val.isGraduatedColour() || val.isColourByLabel()) // why this test? in FeatureRendererSettings()
/dports/biology/jalview/jalview/src/jalview/xml/binding/jalview/
H A DJalviewUserColours.java488 public Boolean isColourByLabel() { in isColourByLabel() method in JalviewUserColours.Colour
H A DJalviewModelType.java1128 public Boolean isColourByLabel() { in isColourByLabel() method in JalviewModelType.FeatureSettings.Setting
H A DJalviewModel.java1222 public Boolean isColourByLabel() { in isColourByLabel() method in JalviewModel.FeatureSettings.Setting
/dports/biology/jalview/jalview/src/jalview/ext/ensembl/
H A DEnsemblGene.java646 public boolean isColourByLabel() in getFeatureColourScheme()
/dports/biology/jalview/jalview/src/jalview/gui/
H A DFeatureSettings.java1568 else if (!gcol.isColourByLabel()) in renderGraduatedColor()
1583 if (gcol.isColourByLabel()) in renderGraduatedColor()
2139 if (gcol.isColourByLabel()) in paintIcon()
H A DFeatureTypeSettings.java275 if (fc.isColourByLabel()) in updateColoursTab()
/dports/biology/jalview/jalview/test/jalview/project/
H A DJalview2xmlTests.java1011 assertTrue(fc.isColourByLabel()); in testSaveLoadFeatureColoursAndFilters()
1018 assertTrue(fc.isColourByLabel()); in testSaveLoadFeatureColoursAndFilters()
/dports/biology/jalview/jalview/src/jalview/project/
H A DJalview2XML.java1546 setting.setColourByLabel(fcol.isColourByLabel()); in saveState()
5114 if (setting.isColourByLabel() != null)
5116 gc.setColourByLabel(setting.isColourByLabel());
6359 col.setColourByLabel(fcol.isColourByLabel());
6611 if (colourModel.isColourByLabel() != null)
6614 colourModel.isColourByLabel().booleanValue());