Class StrokeImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.element.StrokeImpl
-
- All Implemented Interfaces:
Stroke,java.io.Serializable
public class StrokeImpl extends java.lang.Object implements java.io.Serializable, Stroke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StrokeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAlign()Gets the align.java.lang.StringgetCap()Gets the cap.ColorgetColor()ColorGets the color.java.lang.StringgetEnd()Gets the end.ColorgetGapcolor()ColorGets the gapcolor.intgetGapoverprint()Gets the gapoverprint.java.lang.StringgetJoin()Gets the join.doublegetMiter()Gets the miter.intgetOverprint()Gets the overprint.java.lang.StringgetStart()Gets the start.java.lang.StringgetType()Gets the type.doublegetVisibleWidth()Gets the visible width.doublegetWidth()Gets the width.voidsetAlign(int align)Sets the align.voidsetCap(java.lang.String cap)Sets the cap.voidsetColor(Color color)ColorSets the color.voidsetEnd(java.lang.String end)Sets the end.voidsetGapcolor(Color gapcolor)ColorSets the gapcolor.voidsetGapoverprint(int gapoverprint)Sets the gapoverprint.voidsetJoin(java.lang.String join)Sets the join.voidsetMiter(double miter)Sets the miter.voidsetOverprint(int overprint)Sets the overprint.voidsetStart(java.lang.String start)Sets the start.voidsetType(java.lang.String type)Sets the type.voidsetVisibleWidth(double visibleWidth)Sets the visible width.voidsetWidth(double width)Sets the width.
-
-
-
Method Detail
-
getType
public java.lang.String getType()
Description copied from interface:StrokeGets the type.
-
setType
public void setType(java.lang.String type)
Description copied from interface:StrokeSets the type.
-
getWidth
public double getWidth()
Description copied from interface:StrokeGets the width.
-
setWidth
public void setWidth(double width)
Description copied from interface:StrokeSets the width.
-
getVisibleWidth
public double getVisibleWidth()
Description copied from interface:StrokeGets the visible width.- Specified by:
getVisibleWidthin interfaceStroke- Returns:
- the visibleWidth
-
setVisibleWidth
public void setVisibleWidth(double visibleWidth)
Description copied from interface:StrokeSets the visible width.- Specified by:
setVisibleWidthin interfaceStroke- Parameters:
visibleWidth- the visibleWidth to set
-
getAlign
public int getAlign()
Description copied from interface:StrokeGets the align.
-
setAlign
public void setAlign(int align)
Description copied from interface:StrokeSets the align.
-
getMiter
public double getMiter()
Description copied from interface:StrokeGets the miter.
-
setMiter
public void setMiter(double miter)
Description copied from interface:StrokeSets the miter.
-
getOverprint
public int getOverprint()
Description copied from interface:StrokeGets the overprint.- Specified by:
getOverprintin interfaceStroke- Returns:
- the overprint
-
setOverprint
public void setOverprint(int overprint)
Description copied from interface:StrokeSets the overprint.- Specified by:
setOverprintin interfaceStroke- Parameters:
overprint- the overprint to set
-
getGapoverprint
public int getGapoverprint()
Description copied from interface:StrokeGets the gapoverprint.- Specified by:
getGapoverprintin interfaceStroke- Returns:
- the gapoverprint
-
setGapoverprint
public void setGapoverprint(int gapoverprint)
Description copied from interface:StrokeSets the gapoverprint.- Specified by:
setGapoverprintin interfaceStroke- Parameters:
gapoverprint- the gapoverprint to set
-
getCap
public java.lang.String getCap()
Description copied from interface:StrokeGets the cap.
-
setCap
public void setCap(java.lang.String cap)
Description copied from interface:StrokeSets the cap.
-
getJoin
public java.lang.String getJoin()
Description copied from interface:StrokeGets the join.
-
setJoin
public void setJoin(java.lang.String join)
Description copied from interface:StrokeSets the join.
-
getStart
public java.lang.String getStart()
Description copied from interface:StrokeGets the start.
-
setStart
public void setStart(java.lang.String start)
Description copied from interface:StrokeSets the start.
-
getEnd
public java.lang.String getEnd()
Description copied from interface:StrokeGets the end.
-
setEnd
public void setEnd(java.lang.String end)
Description copied from interface:StrokeSets the end.
-
setColor
public void setColor(Color color)
Description copied from interface:StrokeColorSets the color.
-
getGapcolor
public Color getGapcolor()
Description copied from interface:StrokeColorGets the gapcolor.- Specified by:
getGapcolorin interfaceStroke- Returns:
- the gapcolor
- See Also:
Color
-
-