public class GRGContentHandler extends FileOverlayContentHandler implements Visibility
_bounds, _context, _mapView
_file, _previouslyVisible, _visCond
uri
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, isActionSupported
deleteContent, getFile, importContent, isConditionVisible, onVisibilityConditions, setVisible
getIconDrawable, getMenu, getURI, getView, getViewState, setViewState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setVisible
public java.lang.String getContentType()
FileContentHandler
getContentType
in class FileContentHandler
public java.lang.String getMIMEType()
FileContentHandler
getMIMEType
in class FileContentHandler
public java.lang.String getTitle()
URIContentHandler
getTitle
in interface URIContent
getTitle
in class FileContentHandler
public android.graphics.drawable.Drawable getIcon()
URIContentHandler
getIcon
in class FileOverlayContentHandler
public int getIconColor()
URIContentHandler
getIconColor
in interface URIContent
getIconColor
in class URIContentHandler
public boolean goTo(boolean select)
goTo
in interface GoTo
goTo
in class FileOverlayContentHandler
public boolean isVisible()
FileContentHandler
isVisible
in interface Visibility
isVisible
in class FileContentHandler
public boolean setVisibleImpl(boolean visible)
FileContentHandler
setVisibleImpl
in class FileContentHandler