public class GRGContentHandler extends FileOverlayContentHandler implements Visibility
_bounds, _context, _mapView_file, _previouslyVisible, _visConduri| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType()
Get the content type used for removing via Import Manager
|
android.graphics.drawable.Drawable |
getIcon()
Get an icon that represents this content
|
int |
getIconColor()
Get the icon color filter (white by default)
|
java.lang.String |
getMIMEType()
Get the MIME type used for removing via Import Manager
|
java.lang.String |
getTitle()
Get a title that represents this content
|
boolean |
goTo(boolean select) |
boolean |
isVisible()
Check if this file is visible based on visibility condition state
|
boolean |
setVisibleImpl(boolean visible)
Sub-classes should override this
|
accept, getBounds, getPoint, isActionSupporteddeleteContent, getFile, importContent, isConditionVisible, onVisibilityConditions, setVisiblegetIconDrawable, getMenu, getURI, getView, getViewState, setViewStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetVisiblepublic java.lang.String getContentType()
FileContentHandlergetContentType in class FileContentHandlerpublic java.lang.String getMIMEType()
FileContentHandlergetMIMEType in class FileContentHandlerpublic java.lang.String getTitle()
URIContentHandlergetTitle in interface URIContentgetTitle in class FileContentHandlerpublic android.graphics.drawable.Drawable getIcon()
URIContentHandlergetIcon in class FileOverlayContentHandlerpublic int getIconColor()
URIContentHandlergetIconColor in interface URIContentgetIconColor in class URIContentHandlerpublic boolean goTo(boolean select)
goTo in interface GoTogoTo in class FileOverlayContentHandlerpublic boolean isVisible()
FileContentHandlerisVisible in interface VisibilityisVisible in class FileContentHandlerpublic boolean setVisibleImpl(boolean visible)
FileContentHandlersetVisibleImpl in class FileContentHandler