Package org.pepstock.charba.client.geo
Class GeoFeatureElement
- java.lang.Object
- 
- org.pepstock.charba.client.commons.NativeObjectContainer
- 
- org.pepstock.charba.client.commons.AbstractNode
- 
- org.pepstock.charba.client.commons.AbstractReadOnlyPoint
- 
- org.pepstock.charba.client.items.ChartElement
- 
- org.pepstock.charba.client.geo.GeoFeatureElement
 
 
 
 
 
- 
- All Implemented Interfaces:
- IsPoint
 
 public final class GeoFeatureElement extends ChartElement Calling some methods on your chart instance passing an argument of an event, will return the elements at the event position.
 The geoFeature elements are mapped by this object.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Field SummaryFields Modifier and Type Field Description static ChartElementFactoryFACTORYStatic instance for the GEOFEATURE element factorystatic StringTYPEGEOFEATURE element type.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DataPointCentergetCenter()Returns the center of GEO feature element.FeaturegetFeature()Returns the feature of GEO element.GeoFeatureElementOptionsgetOptions()Returns the element options.doublegetPixelRatio()Returns the pixel ratio used by GEO feature element.- 
Methods inherited from class org.pepstock.charba.client.items.ChartElementgetCenterPoint, getCenterPoint, getFinalPositionProps, getFinalPositionProps, getType, isActive, isSkipped, isStop, toString
 - 
Methods inherited from class org.pepstock.charba.client.commons.AbstractReadOnlyPointgetX, getY
 - 
Methods inherited from class org.pepstock.charba.client.commons.AbstractNodecheckAndAddToParent, getChildKey, getParentNode, getRootNode, retrieveRoot, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setElementAndAddToParent, setInternalCallbackToModel, setInternalCallbackToModel, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent
 - 
Methods inherited from class org.pepstock.charba.client.commons.NativeObjectContainercheckDefaultValuesArgument, empty, getArrayValue, getElement, getIncrementalId, getNativeChart, getNativeEvent, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, isType, keys, loadNativeObject, remove, remove, setArrayValue, setArrayValue, setArrayValue, setElement, setEmptyValue, setNewIncrementalId, setNewIncrementalId, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.pepstock.charba.client.commons.IsPointisConsistent
 
- 
 
- 
- 
- 
Field Detail- 
TYPEpublic static final String TYPE GEOFEATURE element type.- See Also:
- Constant Field Values
 
 - 
FACTORYpublic static final ChartElementFactory FACTORY Static instance for the GEOFEATURE element factory
 
- 
 - 
Method Detail- 
getOptionspublic GeoFeatureElementOptions getOptions() Returns the element options.- Overrides:
- getOptionsin class- ChartElement
- Returns:
- the element options.
 
 - 
getCenterpublic DataPointCenter getCenter() Returns the center of GEO feature element.- Returns:
- the center of GEO feature element.
 
 - 
getFeaturepublic Feature getFeature() Returns the feature of GEO element.- Returns:
- the feature of GEO element.
 
 - 
getPixelRatiopublic double getPixelRatio() Returns the pixel ratio used by GEO feature element.- Returns:
- the pixel ratio used by GEO feature element.
 
 
- 
 
-