Author: scooter
Date: 2010-11-03 15:37:56 -0700 (Wed, 03 Nov 2010)
New Revision: 22702
Modified:
csplugins/trunk/ucsf/scooter/chemViz/src/chemViz/tasks/CreateNodeGraphicsTask.java
Log:
Set up a minimum size for structure diagrams
Modified:
csplugins/trunk/ucsf/scooter/chemViz/src/chemViz/tasks/CreateNodeGraphicsTask.java
===================================================================
---
csplugins/trunk/ucsf/scooter/chemViz/src/chemViz/tasks/CreateNodeGraphicsTask.java
2010-11-03 22:24:56 UTC (rev 22701)
+++
csplugins/trunk/ucsf/scooter/chemViz/src/chemViz/tasks/CreateNodeGraphicsTask.java
2010-11-03 22:37:56 UTC (rev 22702)
@@ -316,6 +316,8 @@
if (image == null) return null;
// Create the image
+ // TODO: Should we extend TexturePaint to get higher resolution
printing? How would
+ // we know if we're printing or not???
TexturePaint tp = new TexturePaint(image, new
Rectangle2D.Double(x,y,width,height));
// Add it to the view
--
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.