Class FileInfoImageXML.VOILink

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    FileInfoImageXML

    public class FileInfoImageXML.VOILink
    extends java.lang.Object
    implements java.io.Serializable

    Title: VOILink

    Description: Link to VOI associated with image

    Copyright: Copyright (c) 2004

    Company:

    Version:
    1.0
    Author:
    not attributable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean display
      Display VOI with image.
      (package private) java.lang.String path
      Path to VOI.
      private static long serialVersionUID
      Use serialVersionUID for interoperability.
    • Constructor Summary

      Constructors 
      Constructor Description
      VOILink​(java.lang.String _path)
      Create a new VOILink with the given path.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getDisplay()
      Gets whether or not the VOI should be displayed.
      java.lang.String getPath()
      Gets the path for the VOI.
      void setDisplay​(boolean flag)
      Sets whether or not the VOI should be displayed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Use serialVersionUID for interoperability.
        See Also:
        Constant Field Values
      • display

        boolean display
        Display VOI with image.
      • path

        java.lang.String path
        Path to VOI.
    • Constructor Detail

      • VOILink

        public VOILink​(java.lang.String _path)
        Create a new VOILink with the given path.
        Parameters:
        _path - String path of VOI
    • Method Detail

      • getDisplay

        public boolean getDisplay()
        Gets whether or not the VOI should be displayed.
        Returns:
        boolean should the VOI be displayed
      • getPath

        public java.lang.String getPath()
        Gets the path for the VOI.
        Returns:
        String path
      • setDisplay

        public void setDisplay​(boolean flag)
        Sets whether or not the VOI should be displayed.
        Parameters:
        flag - boolean should the VOI be displayed