ach.vectorGraphics
Class Stamp
java.lang.Object
|
+--ach.vectorGraphics.Stamp
- All Implemented Interfaces:
- java.io.Serializable
- public class Stamp
- extends java.lang.Object
- implements java.io.Serializable
Title: Stamp
Description: Serializable representation of a stamp object for annotations
Copyright: Copyright (c) 2005
Organisation: Art&Computer Hackbarth
- See Also:
- Serialized Form
Constructor Summary |
Stamp(java.lang.String stampName,
int stampType,
java.lang.String stampValue)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEXT
public static final int TEXT
IMAGE
public static final int IMAGE
stampName
public java.lang.String stampName
stampType
public int stampType
stampValue
public java.lang.String stampValue
Stamp
public Stamp(java.lang.String stampName,
int stampType,
java.lang.String stampValue)
- Constructor
- Parameters:
stampName
- name identifying this stamp in a liststampType
- TEXT or IMAGEstampValue
- text or URL depending on type