Class StrokeImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.StrokeImpl
- All Implemented Interfaces:
Stroke,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetAlign()Gets the align.getCap()Gets the cap.getColor()ColorGets the color.getEnd()Gets the end.ColorGets the gapcolor.intGets the gapoverprint.getJoin()Gets the join.doublegetMiter()Gets the miter.intGets the overprint.getStart()Gets the start.getType()Gets the type.doubleGets the visible width.doublegetWidth()Gets the width.voidsetAlign(int align) Sets the align.voidSets the cap.voidColorSets the color.voidSets the end.voidsetGapcolor(Color gapcolor) ColorSets the gapcolor.voidsetGapoverprint(int gapoverprint) Sets the gapoverprint.voidSets the join.voidsetMiter(double miter) Sets the miter.voidsetOverprint(int overprint) Sets the overprint.voidSets the start.voidSets the type.voidsetVisibleWidth(double visibleWidth) Sets the visible width.voidsetWidth(double width) Sets the width.
-
Constructor Details
-
StrokeImpl
public StrokeImpl()
-
-
Method Details
-
getType
Description copied from interface:StrokeGets the type. -
setType
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
Description copied from interface:StrokeGets the cap. -
setCap
Description copied from interface:StrokeSets the cap. -
getJoin
Description copied from interface:StrokeGets the join. -
setJoin
Description copied from interface:StrokeSets the join. -
getStart
Description copied from interface:StrokeGets the start. -
setStart
Description copied from interface:StrokeSets the start. -
getEnd
Description copied from interface:StrokeGets the end. -
setEnd
Description copied from interface:StrokeSets the end. -
getColor
Description copied from interface:StrokeColorGets the color. -
setColor
Description copied from interface:StrokeColorSets the color. -
getGapcolor
Description copied from interface:StrokeColorGets the gapcolor.- Specified by:
getGapcolorin interfaceStroke- Returns:
- the gapcolor
- See Also:
-
setGapcolor
Description copied from interface:StrokeColorSets the gapcolor.- Specified by:
setGapcolorin interfaceStroke- Parameters:
gapcolor- the gapcolor to set- See Also:
-