/[classpath]/classpath/java/awt/color/ICC_ColorSpace.java
ViewVC logotype

Diff of /classpath/java/awt/color/ICC_ColorSpace.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mark, Tue Jan 22 22:26:58 2002 UTC revision 1.3 by mkoch, Thu Nov 7 08:50:38 2002 UTC
# Line 78  public class ICC_ColorSpace extends Colo Line 78  public class ICC_ColorSpace extends Colo
78      // FIXME: Not implemented      // FIXME: Not implemented
79      throw new UnsupportedOperationException();      throw new UnsupportedOperationException();
80    }    }
81    
82      /**
83       * @param component The index of the color component
84       *
85       * @exception IllegalArgumentException If <code>component<code> is less
86       * then 0 or greater then <code>numComponents - 1</code>
87       */
88      public float getMinValue (int component)
89      {
90        // FIXME: Not implemented
91        throw new UnsupportedOperationException();
92      }
93    
94      /**
95       * @param component The index of the color component
96       *
97       * @exception IllegalArgumentException If <code>component<code> is less
98       * then 0 or greater then <code>numComponents - 1</code>
99       */
100      public float getMaxValue (int component)
101      {
102        // FIXME: Not implemented
103        throw new UnsupportedOperationException();
104      }
105  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26