|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.StyledTextType
public class StyledTextType
An "StyledText" links a text with the style to apply to this text (font, halo, fill and stroke)
Classe Java pour StyledTextType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="StyledTextType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}Text"/>
<element ref="{http://www.opengis.net/se/2.0/core}Font" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Halo" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Fill" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Stroke" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<? extends FillType> |
fill
|
protected FontType |
font
|
protected HaloType |
halo
|
protected JAXBElement<? extends StrokeType> |
stroke
|
protected ParameterValueType |
text
|
| Constructor Summary | |
|---|---|
StyledTextType()
|
|
| Method Summary | |
|---|---|
JAXBElement<? extends FillType> |
getFill()
Obtient la valeur de la propriété fill. |
FontType |
getFont()
Obtient la valeur de la propriété font. |
HaloType |
getHalo()
Obtient la valeur de la propriété halo. |
JAXBElement<? extends StrokeType> |
getStroke()
Obtient la valeur de la propriété stroke. |
ParameterValueType |
getText()
Obtient la valeur de la propriété text. |
boolean |
isSetFill()
|
boolean |
isSetFont()
|
boolean |
isSetHalo()
|
boolean |
isSetStroke()
|
boolean |
isSetText()
|
void |
setFill(JAXBElement<? extends FillType> value)
Définit la valeur de la propriété fill. |
void |
setFont(FontType value)
Définit la valeur de la propriété font. |
void |
setHalo(HaloType value)
Définit la valeur de la propriété halo. |
void |
setStroke(JAXBElement<? extends StrokeType> value)
Définit la valeur de la propriété stroke. |
void |
setText(ParameterValueType value)
Définit la valeur de la propriété text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ParameterValueType text
protected FontType font
protected HaloType halo
protected JAXBElement<? extends FillType> fill
protected JAXBElement<? extends StrokeType> stroke
| Constructor Detail |
|---|
public StyledTextType()
| Method Detail |
|---|
public ParameterValueType getText()
ParameterValueTypepublic void setText(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetText()
public FontType getFont()
FontTypepublic void setFont(FontType value)
value - allowed object is
FontTypepublic boolean isSetFont()
public HaloType getHalo()
HaloTypepublic void setHalo(HaloType value)
value - allowed object is
HaloTypepublic boolean isSetHalo()
public JAXBElement<? extends FillType> getFill()
JAXBElement<FillReferenceType>
JAXBElement<DensityFillType>
JAXBElement<DotMapFillType>
JAXBElement<GraphicFillType>
JAXBElement<SolidFillType>
JAXBElement<HatchedFillType>
JAXBElement<FillType>public void setFill(JAXBElement<? extends FillType> value)
value - allowed object is
JAXBElement<FillReferenceType>
JAXBElement<DensityFillType>
JAXBElement<DotMapFillType>
JAXBElement<GraphicFillType>
JAXBElement<SolidFillType>
JAXBElement<HatchedFillType>
JAXBElement<FillType>public boolean isSetFill()
public JAXBElement<? extends StrokeType> getStroke()
JAXBElement<GraphicStrokeType>
JAXBElement<TextStrokeType>
JAXBElement<PenStrokeType>
JAXBElement<StrokeType>
JAXBElement<CompoundStrokeType>
JAXBElement<StrokeReferenceType>public void setStroke(JAXBElement<? extends StrokeType> value)
value - allowed object is
JAXBElement<GraphicStrokeType>
JAXBElement<TextStrokeType>
JAXBElement<PenStrokeType>
JAXBElement<StrokeType>
JAXBElement<CompoundStrokeType>
JAXBElement<StrokeReferenceType>public boolean isSetStroke()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||