Class BorderStyle
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.BorderStyle
-
public class BorderStyle extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects a border style for a drawn shape's outline.</p>
Java class for BorderStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BorderStyle"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="style" type="{http://www.w3.org/2001/XMLSchema}string" default="S" /> <attribute name="width" default="1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}float"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="dashPattern" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="dashPhase" type="{http://www.w3.org/2001/XMLSchema}int" default="0" /> <attribute name="effectStyle" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="effectIntensity" type="{http://www.w3.org/2001/XMLSchema}float" default="0" /> <attribute name="interiorColor" type="{http://schema.webpdf.de/1.0/extraction/info}RgbColorType" default="#4800FF" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdashPatternprotected IntegerdashPhaseprotected FloateffectIntensityprotected StringeffectStyleprotected StringinteriorColorprotected Stringstyleprotected Floatwidth
-
Constructor Summary
Constructors Constructor Description BorderStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDashPattern()Gets the value of the dashPattern property.intgetDashPhase()Gets the value of the dashPhase property.floatgetEffectIntensity()Gets the value of the effectIntensity property.StringgetEffectStyle()Gets the value of the effectStyle property.StringgetInteriorColor()Gets the value of the interiorColor property.StringgetStyle()Gets the value of the style property.floatgetWidth()Gets the value of the width property.booleanisSetDashPattern()booleanisSetDashPhase()booleanisSetEffectIntensity()booleanisSetEffectStyle()booleanisSetInteriorColor()booleanisSetStyle()booleanisSetWidth()voidsetDashPattern(String value)Sets the value of the dashPattern property.voidsetDashPhase(int value)Sets the value of the dashPhase property.voidsetEffectIntensity(float value)Sets the value of the effectIntensity property.voidsetEffectStyle(String value)Sets the value of the effectStyle property.voidsetInteriorColor(String value)Sets the value of the interiorColor property.voidsetStyle(String value)Sets the value of the style property.voidsetWidth(float value)Sets the value of the width property.voidunsetDashPhase()voidunsetEffectIntensity()voidunsetWidth()
-
-
-
Method Detail
-
getStyle
public String getStyle()
Gets the value of the style property.- Returns:
- possible object is
String
-
setStyle
public void setStyle(String value)
Sets the value of the style property.- Parameters:
value- allowed object isString
-
isSetStyle
public boolean isSetStyle()
-
getWidth
public float getWidth()
Gets the value of the width property.- Returns:
- possible object is
Float
-
setWidth
public void setWidth(float value)
Sets the value of the width property.- Parameters:
value- allowed object isFloat
-
isSetWidth
public boolean isSetWidth()
-
unsetWidth
public void unsetWidth()
-
getDashPattern
public String getDashPattern()
Gets the value of the dashPattern property.- Returns:
- possible object is
String
-
setDashPattern
public void setDashPattern(String value)
Sets the value of the dashPattern property.- Parameters:
value- allowed object isString
-
isSetDashPattern
public boolean isSetDashPattern()
-
getDashPhase
public int getDashPhase()
Gets the value of the dashPhase property.- Returns:
- possible object is
Integer
-
setDashPhase
public void setDashPhase(int value)
Sets the value of the dashPhase property.- Parameters:
value- allowed object isInteger
-
isSetDashPhase
public boolean isSetDashPhase()
-
unsetDashPhase
public void unsetDashPhase()
-
getEffectStyle
public String getEffectStyle()
Gets the value of the effectStyle property.- Returns:
- possible object is
String
-
setEffectStyle
public void setEffectStyle(String value)
Sets the value of the effectStyle property.- Parameters:
value- allowed object isString
-
isSetEffectStyle
public boolean isSetEffectStyle()
-
getEffectIntensity
public float getEffectIntensity()
Gets the value of the effectIntensity property.- Returns:
- possible object is
Float
-
setEffectIntensity
public void setEffectIntensity(float value)
Sets the value of the effectIntensity property.- Parameters:
value- allowed object isFloat
-
isSetEffectIntensity
public boolean isSetEffectIntensity()
-
unsetEffectIntensity
public void unsetEffectIntensity()
-
getInteriorColor
public String getInteriorColor()
Gets the value of the interiorColor property.- Returns:
- possible object is
String
-
setInteriorColor
public void setInteriorColor(String value)
Sets the value of the interiorColor property.- Parameters:
value- allowed object isString
-
isSetInteriorColor
public boolean isSetInteriorColor()
-
-