com.motherplanet.location.define
Interface LocationMap


public interface LocationMap

Title:

Description:

Copyright: Copyright (c) 2002

Company:


Field Summary
static int LINE
           
static int POINT
           
static int POLYGON
           
static int TEXT
           
 
Method Summary
 com.motherplanet.location.LstDataColumn getDataColumn(int index)
           
 int getDataColumnCount()
           
 int getDataColumnIndex(java.lang.String columnName)
           
 int getFilter()
           
 java.lang.String getListFileName()
           
 java.lang.String getMapIcon()
           
 java.lang.String getMapName()
           
 boolean getMapNeedStore()
           
 int getMapStyle()
           
 long getRefresh()
           
 com.motherplanet.location.LineCombine getRenderColorContent()
           
 int getRenderedCount()
           
 com.motherplanet.location.LineCombine getRenderFontContent()
           
 com.motherplanet.location.LineCombine getRenderHtmlContent()
           
 com.motherplanet.location.LineCombine getRenderImageContent()
           
 com.motherplanet.location.LineCombine getRenderTextContent()
           
 com.motherplanet.location.LineCombine getSearchContent()
           
 int getSize()
           
 com.motherplanet.location.LstTableColumn getTableColumn(int index)
           
 int getTableColumnCount()
           
 LocationItem getTableOrderItem(int index)
           
 java.util.Vector getTableOrderItems()
           
 com.motherplanet.location.LineCombine[] getTipsLines()
           
 boolean isEditable()
           
 boolean isLiving()
           
 boolean isMenuable()
           
 boolean isOverlay()
           
 boolean isSearchable()
           
 boolean isTableable()
           
 boolean isVisible()
           
 void load()
           
 LocationItem newItem(java.lang.String content)
           
 void removeItem(LocationItem item)
           
 boolean save()
           
 void setVisible(boolean b)
           
 void show(com.motherplanet.util.BitmapDevice bd, org.eclipse.swt.graphics.GC gc, com.motherplanet.observe.Enviroment env, java.util.Vector showList, java.util.Hashtable showTable)
           
 void showSelectedItem(com.motherplanet.util.BitmapDevice bd, org.eclipse.swt.graphics.GC gc, com.motherplanet.observe.Enviroment env, java.util.Vector showList, java.util.Hashtable showTable, LocationItem li)
           
 void updateItem(LocationItem item, java.lang.String content)
           
 

Field Detail

POINT

public static final int POINT
See Also:
Constant Field Values

LINE

public static final int LINE
See Also:
Constant Field Values

POLYGON

public static final int POLYGON
See Also:
Constant Field Values

TEXT

public static final int TEXT
See Also:
Constant Field Values
Method Detail

getSize

public int getSize()

getTableOrderItems

public java.util.Vector getTableOrderItems()

getTableOrderItem

public LocationItem getTableOrderItem(int index)

newItem

public LocationItem newItem(java.lang.String content)

removeItem

public void removeItem(LocationItem item)

updateItem

public void updateItem(LocationItem item,
                       java.lang.String content)

getMapName

public java.lang.String getMapName()

getMapIcon

public java.lang.String getMapIcon()

isMenuable

public boolean isMenuable()

isTableable

public boolean isTableable()

isSearchable

public boolean isSearchable()

isEditable

public boolean isEditable()

isLiving

public boolean isLiving()

getRefresh

public long getRefresh()

isOverlay

public boolean isOverlay()

getMapStyle

public int getMapStyle()

getFilter

public int getFilter()

getDataColumnCount

public int getDataColumnCount()

getDataColumnIndex

public int getDataColumnIndex(java.lang.String columnName)

getDataColumn

public com.motherplanet.location.LstDataColumn getDataColumn(int index)

getTableColumnCount

public int getTableColumnCount()

getTableColumn

public com.motherplanet.location.LstTableColumn getTableColumn(int index)

isVisible

public boolean isVisible()

setVisible

public void setVisible(boolean b)

load

public void load()

save

public boolean save()

getTipsLines

public com.motherplanet.location.LineCombine[] getTipsLines()

getSearchContent

public com.motherplanet.location.LineCombine getSearchContent()

getRenderTextContent

public com.motherplanet.location.LineCombine getRenderTextContent()

getRenderImageContent

public com.motherplanet.location.LineCombine getRenderImageContent()

getRenderHtmlContent

public com.motherplanet.location.LineCombine getRenderHtmlContent()

getRenderColorContent

public com.motherplanet.location.LineCombine getRenderColorContent()

getRenderFontContent

public com.motherplanet.location.LineCombine getRenderFontContent()

getRenderedCount

public int getRenderedCount()

show

public void show(com.motherplanet.util.BitmapDevice bd,
                 org.eclipse.swt.graphics.GC gc,
                 com.motherplanet.observe.Enviroment env,
                 java.util.Vector showList,
                 java.util.Hashtable showTable)

showSelectedItem

public void showSelectedItem(com.motherplanet.util.BitmapDevice bd,
                             org.eclipse.swt.graphics.GC gc,
                             com.motherplanet.observe.Enviroment env,
                             java.util.Vector showList,
                             java.util.Hashtable showTable,
                             LocationItem li)

getListFileName

public java.lang.String getListFileName()

getMapNeedStore

public boolean getMapNeedStore()