com.sculley.jim.swjava
Class ColorTable
java.lang.Object
|
+--com.sculley.jim.swjava.peer.CppPeer
|
+--com.sculley.jim.swjava.ColorTable
- public class ColorTable
- extends CppPeer
Insert the type's description here.
Creation date: (2/20/00 11:20:22 AM)
|
Constructor Summary |
ColorTable(long ptr)
ColorTable constructor comment. |
| Methods inherited from class com.sculley.jim.swjava.peer.CppPeer |
getPtr |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ColorTable
public ColorTable(long ptr)
throws java.lang.IllegalArgumentException
- ColorTable constructor comment.
- Parameters:
ptr - long- Throws:
- java.lang.IllegalArgumentException - The exception description.
getColorAtIndex
public java.awt.Color getColorAtIndex(long index)
- Insert the method's description here.
Creation date: (2/20/00 11:21:09 AM)
- Parameters:
index - long- Returns:
- java.awt.Color
getColorCount
public long getColorCount()
- Insert the method's description here.
Creation date: (2/20/00 11:25:06 AM)
- Returns:
- long
getColorNameAtIndex
public java.lang.String getColorNameAtIndex(long index)
- Insert the method's description here.
Creation date: (2/20/00 11:27:18 AM)
- Parameters:
index - long- Returns:
- java.lang.String
getStandardColorCount
public long getStandardColorCount()
- Insert the method's description here.
Creation date: (2/20/00 11:25:06 AM)
- Returns:
- long
setColorAtIndex
public void setColorAtIndex(long index,
java.awt.Color color)
- Insert the method's description here.
Creation date: (2/20/00 11:29:52 AM)
- Parameters:
index - longcolor - java.awt.Color