Author: mes
Date: 2011-03-05 14:15:15 -0800 (Sat, 05 Mar 2011)
New Revision: 24316
Modified:
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/property/TwoDVisualLexicon.java
Log:
made some things protected that were used in descendents
Modified:
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/property/TwoDVisualLexicon.java
===================================================================
---
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/property/TwoDVisualLexicon.java
2011-03-05 21:44:47 UTC (rev 24315)
+++
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/property/TwoDVisualLexicon.java
2011-03-05 22:15:15 UTC (rev 24316)
@@ -58,11 +58,11 @@
*/
public class TwoDVisualLexicon extends AbstractVisualLexicon {
- private static final Color MIN_COLOR = new Color(0, 0, 0);
- private static final Color MAX_COLOR = new Color(0xFF, 0xFF, 0xFF);
- private static final Range<Paint> PAINT_RANGE = new
ContinuousRangeImpl<Paint>(Paint.class, MIN_COLOR, MAX_COLOR);
+ protected static final Color MIN_COLOR = new Color(0, 0, 0);
+ protected static final Color MAX_COLOR = new Color(0xFF, 0xFF, 0xFF);
+ protected static final Range<Paint> PAINT_RANGE = new
ContinuousRangeImpl<Paint>(Paint.class, MIN_COLOR, MAX_COLOR);
- private static final Set<String> STRING_SET = new HashSet<String>();
+ protected static final Set<String> STRING_SET = new HashSet<String>();
// This will be used to for String VP which accepts any string values.
protected static final Range<String> ARBITRARY_STRING_RANGE = new
DiscreteRangeImpl<String>(String.class, STRING_SET);
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.