Author: mes
Date: 2009-12-18 11:43:10 -0800 (Fri, 18 Dec 2009)
New Revision: 18787
Modified:
corelibs/trunk/ding/src/ding/view/DGraphView.java
corelibs/trunk/ding/src/ding/view/DNodeView.java
Log:
made some nested network methods package protected
Modified: corelibs/trunk/ding/src/ding/view/DGraphView.java
===================================================================
--- corelibs/trunk/ding/src/ding/view/DGraphView.java 2009-12-18 00:32:30 UTC
(rev 18786)
+++ corelibs/trunk/ding/src/ding/view/DGraphView.java 2009-12-18 19:43:10 UTC
(rev 18787)
@@ -2600,7 +2600,7 @@
*
* @return Image of this view. It is always up-to-date.
*/
- public TexturePaint getSnapshot(final double width, final double
height) {
+ TexturePaint getSnapshot(final double width, final double height) {
if (!latest) {
// Need to update snapshot.
snapshotImage =
(BufferedImage)createImage(DEF_SNAPSHOT_SIZE, DEF_SNAPSHOT_SIZE, 1, /*
skipBackground = */ true);
Modified: corelibs/trunk/ding/src/ding/view/DNodeView.java
===================================================================
--- corelibs/trunk/ding/src/ding/view/DNodeView.java 2009-12-18 00:32:30 UTC
(rev 18786)
+++ corelibs/trunk/ding/src/ding/view/DNodeView.java 2009-12-18 19:43:10 UTC
(rev 18787)
@@ -1447,7 +1447,7 @@
}
}
- public TexturePaint getNestedNetworkTexturePaint() {
+ TexturePaint getNestedNetworkTexturePaint() {
synchronized (m_view.m_lock) {
if (this.getNode().getNestedNetwork() != null) {
final double IMAGE_WIDTH =
getWidth()*NESTED_IMAGE_SCALE_FACTOR;
--
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.