|
I'm probably missing something obvious, but if I call say:
myplotWindow = myplot.show();
myplotWindow.setResizable(false);
and then at some later point call say:
ij.plugin.WindowOrganizer org = new ij.plugin.WindowOrganizer();
org.run("tile");
the plot gets tiled and resized, which makes it illegible. Is there
somethings else to use instead? WindowOrganizer.tileWindows(int[]
wList) doesn't appear to be public, so I can't pass a list of non-plot
windows.
Thanks in advance,
Collin
The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.
|