ImagePlus is hidden?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

ImagePlus is hidden?

Gabriel Landini
Hi,
Does anybody know if there is a way to find tell if an ImagePlus that has been
passed to a plugin is hidden or shown?

Many thanks

Gabriel

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: ImagePlus is hidden?

John Hayes
Hi Gabriel,

I believe accessing the corresponding ImageWindow should work, such as:

imagePlus.getWindow().isShowing()

Best regards,

John

On 25 juil. 2012, at 16:16, Gabriel Landini wrote:

> Hi,
> Does anybody know if there is a way to find tell if an ImagePlus that has been
> passed to a plugin is hidden or shown?
>
> Many thanks
>
> Gabriel
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html