com.moximedia.aims
Interface AimsValueMapObject
- All Known Implementing Classes:
- AimsExact, AimsOther, AimsRange
- public interface AimsValueMapObject
This interface is provided to allow processes to call methods on objects
that implement this interface without needing to cast the object to it's type.
toAxlString
public java.lang.String toAxlString()
toAxlString
public java.lang.String toAxlString(AimsEnvironment env)
clone
public java.lang.Object clone()
isModified
public boolean isModified()
setModified
public void setModified(boolean isModified)
highlight
public void highlight(AimsColor highlightColor,
double transparency)