public class StyleLinePropertiesBean extends AbstractStylePropertiesBean
AbstractStylePropertiesBean.StylePropertyantialiasing, elementType, listHideStyleProperties, transparencyCONFIGURATION_SAVED, GLOBAL_RES_FILE, OPERATION_FINISHED| Constructor and Description |
|---|
StyleLinePropertiesBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getArrow() |
float |
getArrowPosition() |
javax.faces.model.SelectItem[] |
getArrowTypes() |
java.awt.Color |
getBorderColor() |
int |
getBorderThickness() |
KStroke |
getKstroke() |
java.awt.Color |
getLineColor() |
java.lang.Integer |
getStrokeId() |
java.lang.String |
getStrokeName() |
java.lang.String |
getStrokeSampleUrl() |
java.lang.String |
getStyleSampleUrlParams() |
java.lang.String |
getStyleTypeName() |
int |
getThickness() |
boolean |
isBorderStrokeSelected() |
void |
pickBorderColor(javax.faces.event.ActionEvent event) |
void |
pickLineColor(javax.faces.event.ActionEvent event) |
void |
reset() |
void |
setArrow(int arrow) |
void |
setArrowPosition(float arrowPosition) |
void |
setBorderColor(java.awt.Color borderColor) |
void |
setBorderThickness(int borderSize) |
void |
setKstroke(KStroke kstroke) |
void |
setLineColor(java.awt.Color lineColor) |
void |
setStrokeId(java.lang.Integer strokeId) |
void |
setThickness(int thickness) |
void |
showStrokesStyle(javax.faces.event.ActionEvent event) |
editStyleProperties, editStyleProperties, getSampleBackgroundColor, getTransparency, isAntialiasing, isStylePropertyAvailable, setAntialiasing, setSampleBackgroundColor, setTransparency, updateStylePropertiesaddDuplicateNameErrorMessage, addErrorMessage, addErrorMessage, addGlobalErrorMessage, addGlobalErrorMessage, addGlobalInfoMessage, addGlobalWarningMessage, addInfoMessage, addInfoMessage, addRequiredErrorMessage, addWarningMessage, addWarningMessage, closeDialog, containsCharacters, createDuplicateNameErrorMessage, displayMessage, findComponent, findObjectByName, formatDouble, formatInteger, getBreadCrumbItems, getComponentsToUpdate, getController, getController, getDeleteConfirmationTitle, getDialogs, getEditingObjectId, getExternalContext, getJMapAdminSessionBean, getJMapServerAdminBean, getJMapServerUserAdminBean, getJsfBean, getLanguageLabel, getLanguages, getLanguagesConverter, getLayerStatusConverter, getMessage, getMessage, getParameter, getReadableFileSize, getRequest, getRequestLocale, getRequestParameter, getSessionAttribute, getSessionBean, getSessionId, getSessionUser, initRequestContext, isDuplicate, isExtensionAvailable, isJMapCloudConfigurationAvailable, openDialog, redirectToPage, reloadCurrentPage, required, showMessageDialog, validateDuplicateNamepublic java.awt.Color getLineColor()
public void setBorderColor(java.awt.Color borderColor)
public void setLineColor(java.awt.Color lineColor)
public KStroke getKstroke()
public void setKstroke(KStroke kstroke)
public java.lang.Integer getStrokeId()
public void setStrokeId(java.lang.Integer strokeId)
public int getThickness()
public void setThickness(int thickness)
public int getBorderThickness()
public void setBorderThickness(int borderSize)
public int getArrow()
public void setArrow(int arrow)
public float getArrowPosition()
public void setArrowPosition(float arrowPosition)
public java.awt.Color getBorderColor()
public java.lang.String getStrokeSampleUrl()
public java.lang.String getStrokeName()
public javax.faces.model.SelectItem[] getArrowTypes()
public void showStrokesStyle(javax.faces.event.ActionEvent event)
public void pickLineColor(javax.faces.event.ActionEvent event)
public void pickBorderColor(javax.faces.event.ActionEvent event)
public java.lang.String getStyleTypeName()
getStyleTypeName in class AbstractStylePropertiesBeanpublic void reset()
reset in class AbstractStylePropertiesBeanpublic boolean isBorderStrokeSelected()
public java.lang.String getStyleSampleUrlParams()
getStyleSampleUrlParams in class AbstractStylePropertiesBean