com.moximedia.aims
Interface AimsSymbol

All Known Implementing Classes:
AimsCallOutMarkerSymbol, AimsChartSymbol, AimsGradientFillSymbol, AimsHashLineSymbol, AimsRasterFillSymbol, AimsRasterMarkerSymbol, AimsRasterShieldSymbol, AimsShieldSymbol, AimsSimpleLineSymbol, AimsSimpleMarkerSymbol, AimsSimplePolygonSymbol, AimsTextMarkerSymbol, AimsTextSymbol, AimsTrueTypeMarkerSymbol

public interface AimsSymbol

This interface is used to group the dozen or so symbols into a common object so that they can be accessed without knowing the true class. If a method returns an AimsSymbol, you will probably need to cast it to the true class (eg. AimsSimpleMarkerSymbol) before using.

Author:
Doug Cates - www.moximedia.com

Method Summary
 java.lang.Object clone()
           
 void highlight(AimsColor highlightColor, double transparency)
           
 boolean isModified()
           
 void setModified(boolean isModified)
           
 java.lang.String toAxlString()
           
 java.lang.String toAxlString(AimsEnvironment env)
           
 java.lang.String toString()
           
 

Method Detail

isModified

public boolean isModified()

setModified

public void setModified(boolean isModified)

toString

public java.lang.String toString()

toAxlString

public java.lang.String toAxlString()

toAxlString

public java.lang.String toAxlString(AimsEnvironment env)

clone

public java.lang.Object clone()

highlight

public void highlight(AimsColor highlightColor,
                      double transparency)


Internet Mapping Framework for ArcIMS Java Object Model API (v5.0.004)
Copyright © 2005 Moxi Media Inc. and Province of British Columbia. All Rights Reserved.