|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.StiBase
com.stimulsoft.report.components.StiComponent
com.stimulsoft.report.maps.StiMap
public class StiMap
Copyright Stimulsoft
| Field Summary | |
|---|---|
StiBorder |
border
|
boolean |
isHashDataEmpty
|
java.lang.String |
keyDataColumn
|
| Fields inherited from class com.stimulsoft.report.components.StiComponent |
|---|
canGrow, canShrink, componentPlacement, conditions, currentPointer, expressions, interaction, isRendered, page, parent, parentBookmark, parentPointer, top, width |
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiMap()
|
|
StiMap(StiRectangle rect)
Creates a new StiGauge. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone(boolean cloneProperties)
Creates a new object that is a copy of the current instanc. |
StiComponent |
createNew()
|
StiBorder |
getBorder()
frame of the component. |
StiBrush |
getBrush()
a brush to fill a component. |
boolean |
getCanGrow()
gets or sets a value which indicates that this object can grow. |
boolean |
getCanShrink()
gets or sets value which indicates that this object can shrink. |
StiRectangle |
getClientRectangle()
gets or sets the client area of a component. |
java.lang.String |
getColorDataColumn()
a name of the column that contains the values. |
java.util.List<StiColor> |
getCurrentStyleColors()
|
java.lang.String |
getDataColumnColor()
Deprecated. |
java.lang.String |
getDataColumnGroup()
Deprecated. |
java.lang.String |
getDataColumnKey()
Deprecated. |
java.lang.String |
getDataColumnName()
Deprecated. |
java.lang.String |
getDataColumnValue()
Deprecated. |
StiMapSource |
getDataFrom()
|
StiRectangle |
getDefaultClientRectangle()
gets the default client area of a component. |
static java.util.List<StiMapData> |
getDefaultMapData(StiMapID mapID)
|
StiDisplayNameType |
getDisplayNameType()
|
java.lang.String |
getGroupDataColumn()
a name of the column that contains the values. |
boolean |
getGrowToHeight()
gets or sets a value which indicates that the height of this component increases/decreases to the bottom of a container. |
StiImage |
getImage(double zoom)
|
StiImage |
getImage(double zoom,
StiExportFormat format)
|
java.lang.String |
getKeyDataColumn()
a name of the column that contains the values. |
java.lang.String |
getLatitude()
|
java.lang.String |
getLocalizedCategory()
Gets a localized name of the component category. |
java.lang.String |
getLocalizedName()
Gets a localized component name. |
java.lang.String |
getLongitude()
|
java.lang.String |
getMapData()
|
java.util.List<StiMapData> |
GetMapData()
|
static java.util.List<StiMapData> |
getMapDataInternal(java.lang.String mapData,
StiMapID mapID)
|
static java.util.List<StiMapData> |
getMapDataInternal(java.lang.String mapData,
StiMapID mapID,
StiRefObject<java.lang.Boolean> isHashDataEmpty)
|
StiMapID |
getMapID()
|
StiMapMode |
getMapMode()
|
StiMapStyleIdent |
getMapStyle()
|
static StiMapStyle |
getMapStyle(StiMap map)
|
static StiMapStyle |
getMapStyle(StiMapStyleIdent style)
|
StiMapType |
getMapType()
|
java.lang.String |
getNameDataColumn()
a name of the column that contains the values. |
StiBrush |
getStyleBackground()
|
static java.util.List<StiColor> |
getStyleColors(StiMapStyleIdent style)
|
boolean |
getUseParentStyles()
gets or sets a value which indicates that this component must use styles from parent component. |
java.lang.String |
getValueDataColumn()
a name of the column that contains the values. |
boolean |
isColorEach()
|
boolean |
isExportAsImage(StiExportFormat format)
|
boolean |
isHashDataEmpty()
|
boolean |
isShortValue()
|
boolean |
isShowLegend()
|
boolean |
isShowValue()
|
boolean |
isStretch()
|
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setBorder(StiBorder border)
|
void |
setBrush(StiBrush brush)
a brush to fill a component. |
void |
setClientRectangle(StiRectangle value)
|
void |
setColorDataColumn(java.lang.String colorDataColumn)
a name of the column that contains the values." |
void |
setColorEach(boolean colorEach)
|
void |
setDataColumnColor(java.lang.String value)
Deprecated. |
void |
setDataColumnGroup(java.lang.String value)
Deprecated. |
void |
setDataColumnKey(java.lang.String value)
Deprecated. |
void |
setDataColumnName(java.lang.String value)
Deprecated. |
void |
setDataColumnValue(java.lang.String value)
Deprecated. |
void |
setDataFrom(StiMapSource dataFrom)
|
void |
setDisplayNameType(StiDisplayNameType displayNameType)
|
void |
setGroupDataColumn(java.lang.String groupDataColumn)
a name of the column that contains the values. |
void |
setKeyDataColumn(java.lang.String keyDataColumn)
a name of the column that contains the values. |
void |
setLatitude(java.lang.String latitude)
|
void |
setLongitude(java.lang.String longitude)
|
void |
setMapData(java.lang.String value)
|
void |
setMapID(StiMapID mapID)
|
void |
setMapMode(StiMapMode mapMode)
|
void |
setMapStyle(StiMapStyleIdent mapStyle)
|
void |
setMapType(StiMapType mapType)
|
void |
setNameDataColumn(java.lang.String nameDataColumn)
a name of the column that contains the values. |
void |
setShortValue(boolean shortValue)
|
void |
setShowLegend(boolean showLegend)
|
void |
setShowValue(boolean showValue)
|
void |
setStretch(boolean stretch)
|
void |
setValueDataColumn(java.lang.String valueDataColumn)
a name of the column that contains the values. |
| Methods inherited from class com.stimulsoft.report.StiBase |
|---|
getName, getServiceName |
| Methods inherited from class com.stimulsoft.base.services.StiService |
|---|
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, properties, setProperties, setServiceEnabled |
| Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
|---|
cleanReference, getReference, setReference |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiExportImageExtended |
|---|
getImage |
| Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiExportImage |
|---|
getImage |
| Field Detail |
|---|
public StiBorder border
public java.lang.String keyDataColumn
public boolean isHashDataEmpty
| Constructor Detail |
|---|
public StiMap()
public StiMap(StiRectangle rect)
rect - The rectangle describes size and position of the component.| Method Detail |
|---|
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiComponentJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiComponentJSONExceptionpublic java.lang.Object clone(boolean cloneProperties)
StiComponent
clone in class StiComponentpublic StiImage getImage(double zoom)
public StiImage getImage(double zoom,
StiExportFormat format)
public boolean isExportAsImage(StiExportFormat format)
isExportAsImage in interface IStiExportImageExtendedisExportAsImage in class StiComponentpublic StiBorder getBorder()
getBorder in interface IStiBorderpublic void setBorder(StiBorder border)
setBorder in interface IStiBorderborder - the border to setpublic java.lang.String getLocalizedCategory()
getLocalizedCategory in class StiBasepublic java.lang.String getLocalizedName()
StiBase
getLocalizedName in class StiBasepublic StiRectangle getDefaultClientRectangle()
StiComponent
getDefaultClientRectangle in class StiComponentpublic StiRectangle getClientRectangle()
StiComponent
getClientRectangle in class StiComponentpublic void setClientRectangle(StiRectangle value)
setClientRectangle in class StiComponent@Deprecated public java.lang.String getDataColumnKey()
@Deprecated public void setDataColumnKey(java.lang.String value)
value - @Deprecated public java.lang.String getDataColumnName()
@Deprecated public void setDataColumnName(java.lang.String value)
value - @Deprecated public java.lang.String getDataColumnValue()
@Deprecated public void setDataColumnValue(java.lang.String value)
value - @Deprecated public java.lang.String getDataColumnGroup()
@Deprecated public void setDataColumnGroup(java.lang.String value)
value - @Deprecated public java.lang.String getDataColumnColor()
@Deprecated public void setDataColumnColor(java.lang.String value)
public boolean isShortValue()
public void setShortValue(boolean shortValue)
shortValue - the shortValue to setpublic StiBrush getBrush()
public void setBrush(StiBrush brush)
brush - the brush to setpublic StiMapStyleIdent getMapStyle()
public void setMapStyle(StiMapStyleIdent mapStyle)
mapStyle - the mapStyle to setpublic StiMapSource getDataFrom()
public void setDataFrom(StiMapSource dataFrom)
dataFrom - the dataFrom to setpublic boolean isStretch()
public void setStretch(boolean stretch)
stretch - the stretch to setpublic boolean isColorEach()
public void setColorEach(boolean colorEach)
colorEach - the colorEach to setpublic boolean isShowValue()
public void setShowValue(boolean showValue)
showValue - the showValue to setpublic StiMapID getMapID()
public void setMapID(StiMapID mapID)
mapID - the mapID to setpublic boolean isShowLegend()
public void setShowLegend(boolean showLegend)
showLegend - the showLegend to setpublic StiDisplayNameType getDisplayNameType()
public void setDisplayNameType(StiDisplayNameType displayNameType)
displayNameType - the displayNameType to setpublic StiMapType getMapType()
public void setMapType(StiMapType mapType)
mapType - the mapType to setpublic java.lang.String getMapData()
public void setMapData(java.lang.String value)
mapData - the mapData to setpublic java.lang.String getKeyDataColumn()
public void setKeyDataColumn(java.lang.String keyDataColumn)
keyDataColumn - the keyDataColumn to setpublic java.lang.String getNameDataColumn()
public void setNameDataColumn(java.lang.String nameDataColumn)
nameDataColumn - the nameDataColumn to setpublic java.lang.String getValueDataColumn()
public void setValueDataColumn(java.lang.String valueDataColumn)
valueDataColumn - the valueDataColumn to setpublic java.lang.String getGroupDataColumn()
public void setGroupDataColumn(java.lang.String groupDataColumn)
groupDataColumn - the groupDataColumn to setpublic java.lang.String getColorDataColumn()
public void setColorDataColumn(java.lang.String colorDataColumn)
colorDataColumn - the colorDataColumn to setpublic java.lang.String getLatitude()
public void setLatitude(java.lang.String latitude)
latitude - the latitude to setpublic java.lang.String getLongitude()
public void setLongitude(java.lang.String longitude)
longitude - the longitude to setpublic boolean isHashDataEmpty()
public StiMapMode getMapMode()
public void setMapMode(StiMapMode mapMode)
mapMode - the mapMode to setpublic boolean getUseParentStyles()
StiComponent
getUseParentStyles in class StiComponentpublic boolean getCanGrow()
StiComponent
getCanGrow in interface IStiCanGrowgetCanGrow in class StiComponentpublic boolean getCanShrink()
StiComponent
getCanShrink in interface IStiCanShrinkgetCanShrink in class StiComponentpublic boolean getGrowToHeight()
StiComponent
getGrowToHeight in interface IStiGrowToHeightgetGrowToHeight in class StiComponentpublic StiComponent createNew()
public static java.util.List<StiMapData> getMapDataInternal(java.lang.String mapData,
StiMapID mapID)
throws java.io.UnsupportedEncodingException,
JSONException,
java.io.IOException
java.io.UnsupportedEncodingException
JSONException
java.io.IOException
public static java.util.List<StiMapData> getDefaultMapData(StiMapID mapID)
throws java.io.UnsupportedEncodingException,
java.io.IOException,
JSONException
java.io.UnsupportedEncodingException
java.io.IOException
JSONException
public static java.util.List<StiMapData> getMapDataInternal(java.lang.String mapData,
StiMapID mapID,
StiRefObject<java.lang.Boolean> isHashDataEmpty)
throws JSONException,
java.io.UnsupportedEncodingException,
java.io.IOException
JSONException
java.io.UnsupportedEncodingException
java.io.IOException
public java.util.List<StiMapData> GetMapData()
throws java.io.UnsupportedEncodingException,
JSONException,
java.io.IOException
java.io.UnsupportedEncodingException
JSONException
java.io.IOExceptionpublic java.util.List<StiColor> getCurrentStyleColors()
public static java.util.List<StiColor> getStyleColors(StiMapStyleIdent style)
public StiBrush getStyleBackground()
public static StiMapStyle getMapStyle(StiMap map)
public static StiMapStyle getMapStyle(StiMapStyleIdent style)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||