java.lang.Object | |
↳ | com.esri.android.map.popup.ArcGISPopupStyle |
Default style for the popup.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
enum | ArcGISPopupStyle.STYLE_ELEMENT | Types of stylable element |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ArcGISPopupStyle() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int[] |
getChartColors()
Gets the chart colors.
| ||||||||||
int[] |
getColorRamp(int id)
Gets the color ramp.
| ||||||||||
View |
getCustomFieldSeparator()
Gets the custom field separator.
| ||||||||||
int |
getFieldLabelColor()
Gets the field label color.
| ||||||||||
int |
getFieldLabelFontSize()
Gets the field label font size.
| ||||||||||
int |
getFieldLabelFontStyle()
Gets the field label font style.
| ||||||||||
Typeface |
getFieldLabelFontType()
Gets the field label font type.
| ||||||||||
int |
getFieldSeparatorColor()
Gets the field separator color.
| ||||||||||
int |
getFieldSeparatorWidth()
Gets the field separator width.
| ||||||||||
int |
getFieldValueColor()
Gets the field value color.
| ||||||||||
int |
getFieldValueFontSize()
Gets the field value font size.
| ||||||||||
int |
getFieldValueFontStyle()
Gets the field value font style.
| ||||||||||
Typeface |
getFieldValueFontType()
Gets the field value font type.
| ||||||||||
int |
getMediaCaptionColor()
Gets the media caption color.
| ||||||||||
int |
getMediaCaptionFontSize()
Gets the media caption font size.
| ||||||||||
int |
getMediaCaptionFontStyle()
Gets the media caption font style.
| ||||||||||
Typeface |
getMediaCaptionFontType()
Gets the media caption font type.
| ||||||||||
int |
getMediaChartValuesColor()
Gets the media chart values color.
| ||||||||||
int |
getMediaChartValuesFontSize()
Gets the media chart values font size.
| ||||||||||
int |
getMediaChartValuesFontStyle()
Gets the media chart values font style.
| ||||||||||
Typeface |
getMediaChartValuesFontType()
Gets the media chart values font type.
| ||||||||||
int |
getMediaFullScreenCaptionColor()
Gets the media full screen caption color.
| ||||||||||
int |
getMediaFullScreenCaptionFontSize()
Gets the media full screen caption font size.
| ||||||||||
int |
getMediaFullScreenCaptionFontStyle()
Gets the media full screen caption font style.
| ||||||||||
Typeface |
getMediaFullScreenCaptionFontType()
Gets the media full screen caption font type.
| ||||||||||
int |
getMediaFullScreenTitleColor()
Gets the media full screen title color.
| ||||||||||
int |
getMediaFullScreenTitleFontSize()
Gets the media full screen title font size.
| ||||||||||
int |
getMediaFullScreenTitleFontStyle()
Gets the media full screen title font style.
| ||||||||||
Typeface |
getMediaFullScreenTitleFontType()
Gets the media full screen title font type.
| ||||||||||
String[] |
getPieChartColors()
Gets the pie chart colors.
| ||||||||||
int |
getPopupBackgroundColor()
Gets the popup background color.
| ||||||||||
int |
getPopupTitleColor()
Gets the popup title color.
| ||||||||||
int |
getPopupTitleFontSize()
Gets the popup title font size.
| ||||||||||
int |
getPopupTitleFontStyle()
Gets the popup title font style.
| ||||||||||
Typeface |
getPopupTitleFontType()
Gets the popup title font type.
| ||||||||||
boolean |
isShowFieldSeparator()
Checks if is show field separator.
| ||||||||||
void |
registerStylable(ArcGISPopupStyle.IPopupStylable popupStylable)
Register stylable.
| ||||||||||
void |
setChartColors(int[] chartColors)
Sets the chart colors.
| ||||||||||
void |
setCustomFieldSeparator(View customFieldSeparator)
Sets the custom field separator.
| ||||||||||
void |
setFieldLabelColor(int color)
Sets the field label color.
| ||||||||||
void |
setFieldLabelFontSize(int size)
Sets the field label font size.
| ||||||||||
void |
setFieldLabelFontType(Typeface type)
Sets the field label font type.
| ||||||||||
void |
setFieldLabelFontTypeAndStyle(Typeface type, int style)
Sets the field label font type and style.
| ||||||||||
void |
setFieldSeparatorColor(int fieldSeparatorColor)
Sets the field separator color.
| ||||||||||
void |
setFieldSeparatorWidth(int fieldSeparatorWidth)
Sets the field separator width.
| ||||||||||
void |
setFieldValueColor(int fieldValueColor)
Sets the field value color.
| ||||||||||
void |
setFieldValueFontSize(int fieldValueFontSize)
Sets the field value font size.
| ||||||||||
void |
setFieldValueFontStyle(int fieldValueFontStyle)
Sets the field value font style.
| ||||||||||
void |
setFieldValueFontType(Typeface fieldValueFontType)
Sets the field value font type.
| ||||||||||
void |
setFieldValueFontTypeAndStyle(Typeface fieldValueFontType, int fieldValueFontStyle)
Sets the field value font type and style.
| ||||||||||
void |
setMediaCaptionColor(int mediaCaptionColor)
Sets the media caption color.
| ||||||||||
void |
setMediaCaptionFontSize(int mediaCaptionFontSize)
Sets the media caption font size.
| ||||||||||
void |
setMediaCaptionFontStyle(int mediaCaptionFontStyle)
Sets the media caption font style.
| ||||||||||
void |
setMediaCaptionFontType(Typeface mediaCaptionFontType)
Sets the media caption font type.
| ||||||||||
void |
setMediaCaptionFontTypeAndStyle(Typeface mediaCaptionFontType, int mediaCaptionFontStyle)
Sets the media caption font type and style.
| ||||||||||
void |
setMediaChartValuesColor(int mediaChartValuesColor)
Sets the media chart values color.
| ||||||||||
void |
setMediaChartValuesFontSize(int mediaChartValuesFontSize)
Sets the media chart values font size.
| ||||||||||
void |
setMediaChartValuesFontStyle(int mediaChartValuesFontStyle)
Sets the media chart values font style.
| ||||||||||
void |
setMediaChartValuesFontType(Typeface mediaChartValuesFontType)
Sets the media chart values font type.
| ||||||||||
void |
setMediaChartValuesFontTypeAndStyle(Typeface mediaChartValuesFontType, int mediaChartValuesFontStyle)
Sets the media chart values font type and style.
| ||||||||||
void |
setMediaFullScreenCaptionColor(int mediaFullScreenCaptionColor)
Sets the media full screen caption color.
| ||||||||||
void |
setMediaFullScreenCaptionFontSize(int mediaFullScreenCaptionFontSize)
Sets the media full screen caption font size.
| ||||||||||
void |
setMediaFullScreenCaptionFontStyle(int mediaFullScreenCaptionFontStyle)
Sets the media full screen caption font style.
| ||||||||||
void |
setMediaFullScreenCaptionFontType(Typeface mediaFullScreenCaptionFontType)
Sets the media full screen caption font type.
| ||||||||||
void |
setMediaFullScreenCaptionFontTypeAndStyle(Typeface mediaFullScreenCaptionFontType, int mediaFullScreenCaptionFontStyle)
Sets the media full screen caption font type and style.
| ||||||||||
void |
setMediaFullScreenTitleColor(int mediaFullScreenTitleColor)
Sets the media full screen title color.
| ||||||||||
void |
setMediaFullScreenTitleFontSize(int mediaFullScreenTitleFontSize)
Sets the media full screen title font size.
| ||||||||||
void |
setMediaFullScreenTitleFontStyle(int mediaFullScreenTitleFontStyle)
Sets the media full screen title font style.
| ||||||||||
void |
setMediaFullScreenTitleFontType(Typeface mediaFullScreenTitleFontType)
Sets the media full screen title font type.
| ||||||||||
void |
setMediaFullScreenTitleFontTypeAndStyle(Typeface mediaFullScreenTitleFontType, int mediaFullScreenTitleFontStyle)
Sets the media full screen title font type and style.
| ||||||||||
void |
setPieChartColors(String[] pieChartColors)
Sets the pie chart colors.
| ||||||||||
void |
setPopupBackgroundColor(int color)
Sets the popup background color.
| ||||||||||
void |
setPopupTitleColor(int color)
Sets the popup title color.
| ||||||||||
void |
setPopupTitleFontSize(int size)
Sets the popup title font size.
| ||||||||||
void |
setPopupTitleFontType(Typeface type)
Sets the popup title font type.
| ||||||||||
void |
setPopupTitleFontTypeAndStyle(Typeface type, int style)
Sets the popup title font type and style.
| ||||||||||
void |
setShowFieldSeparator(boolean showFieldSeparator)
Sets the show field separator.
| ||||||||||
void |
unregisterStylable(ArcGISPopupStyle.IPopupStylable popupStylable)
Unregister stylable.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Gets the chart colors.
Gets the color ramp.
id | the id |
---|
Gets the custom field separator.
Gets the field label color.
Gets the field label font size.
Gets the field label font style.
Gets the field label font type.
Gets the field separator color.
Gets the field separator width.
Gets the field value color.
Gets the field value font size.
Gets the field value font style.
Gets the field value font type.
Gets the media caption color.
Gets the media caption font size.
Gets the media caption font style.
Gets the media caption font type.
Gets the media chart values color.
Gets the media chart values font size.
Gets the media chart values font style.
Gets the media chart values font type.
Gets the media full screen caption color.
Gets the media full screen caption font size.
Gets the media full screen caption font style.
Gets the media full screen caption font type.
Gets the media full screen title color.
Gets the media full screen title font size.
Gets the media full screen title font style.
Gets the media full screen title font type.
Gets the popup background color.
Gets the popup title color.
Gets the popup title font size.
Gets the popup title font style.
Gets the popup title font type.
Checks if is show field separator.
Register stylable.
popupStylable | the popup stylable |
---|
Sets the chart colors.
chartColors | the chartColors to set |
---|
Sets the custom field separator.
customFieldSeparator | the mCustomFieldSeparator to set |
---|
Sets the field label color.
color | the field label color |
---|
Sets the field label font size.
size | the field label font size |
---|
Sets the field label font type.
type | the field label font type |
---|
Sets the field label font type and style.
type | the type |
---|---|
style | the style |
Sets the field separator color.
fieldSeparatorColor | the fieldSeparatorColor to set |
---|
Sets the field separator width.
fieldSeparatorWidth | the mFieldSeparatorWidth to set |
---|
Sets the field value color.
fieldValueColor | the mFieldValueColor to set |
---|
Sets the field value font size.
fieldValueFontSize | the mFieldValueFontSize to set |
---|
Sets the field value font style.
fieldValueFontStyle | the mFieldValueFontStyle to set |
---|
Sets the field value font type.
fieldValueFontType | the mFieldValueFontType to set |
---|
Sets the field value font type and style.
fieldValueFontType | the field value font type |
---|---|
fieldValueFontStyle | the field value font style |
Sets the media caption color.
mediaCaptionColor | the mediaCaptionColor to set |
---|
Sets the media caption font size.
mediaCaptionFontSize | the mediaCaptionFontSize to set |
---|
Sets the media caption font style.
mediaCaptionFontStyle | the mediaCaptionFontStyle to set |
---|
Sets the media caption font type.
mediaCaptionFontType | the media caption font type |
---|
Sets the media caption font type and style.
mediaCaptionFontType | the media caption font type |
---|---|
mediaCaptionFontStyle | the media caption font style |
Sets the media chart values color.
mediaChartValuesColor | the mediaChartValuesColor to set |
---|
Sets the media chart values font size.
mediaChartValuesFontSize | the mediaChartValuesFontSize to set |
---|
Sets the media chart values font style.
mediaChartValuesFontStyle | the media chart values font style |
---|
Sets the media chart values font type.
mediaChartValuesFontType | the mediaChartValuesFontType to set |
---|
Sets the media chart values font type and style.
mediaChartValuesFontType | the media chart values font type |
---|---|
mediaChartValuesFontStyle | the media chart values font style |
Sets the media full screen caption color.
mediaFullScreenCaptionColor | the mediaFullScreenCaptionColor to set |
---|
Sets the media full screen caption font size.
mediaFullScreenCaptionFontSize | the mediaFullScreenCaptionFontSize to set |
---|
Sets the media full screen caption font style.
mediaFullScreenCaptionFontStyle | the mediaFullScreenCaptionFontStyle to set |
---|
Sets the media full screen caption font type.
mediaFullScreenCaptionFontType | the mediaFullScreenCaptionFontType to set |
---|
Sets the media full screen caption font type and style.
mediaFullScreenCaptionFontType | the media full screen caption font type |
---|---|
mediaFullScreenCaptionFontStyle | the media full screen caption font style |
Sets the media full screen title color.
mediaFullScreenTitleColor | the mediaFullScreenTitleColor to set |
---|
Sets the media full screen title font size.
mediaFullScreenTitleFontSize | the mediaFullScreenTitleFontSize to set |
---|
Sets the media full screen title font style.
mediaFullScreenTitleFontStyle | the mediaFullScreenTitleFontStyle to set |
---|
Sets the media full screen title font type.
mediaFullScreenTitleFontType | the mediaFullScreenTitleFontType to set |
---|
Sets the media full screen title font type and style.
mediaFullScreenTitleFontType | the media full screen title font type |
---|---|
mediaFullScreenTitleFontStyle | the media full screen title font style |
Sets the pie chart colors.
pieChartColors | the pieChartColors to set |
---|
Sets the popup background color.
color | the popup background color |
---|
Sets the popup title color.
color | the popup title color |
---|
Sets the popup title font size.
size | the popup title font size |
---|
Sets the popup title font type.
type | the popup title font type |
---|
Sets the popup title font type and style.
type | the type |
---|---|
style | the style |
Sets the show field separator.
showFieldSeparator | the show field separator |
---|
Unregister stylable.
popupStylable | the popup stylable |
---|