Class FillImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.note.FillImpl
-
- All Implemented Interfaces:
Fill,java.io.Serializable
public class FillImpl extends java.lang.Object implements java.io.Serializable, Fill
The type Fill.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FillImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetColor1()Gets the color 1.doublegetColor2()Gets the color 2.doublegetColor3()Gets the color 3.doublegetColor4()Gets the color 4.java.lang.StringgetName()Gets the name.java.lang.StringgetSpace()Gets the space.doublegetTint()Gets the tint.voidsetColor1(double color1)Sets the color 1.voidsetColor2(double color2)Sets the color 2.voidsetColor3(double color3)Sets the color 3.voidsetColor4(double color4)Sets the color 4.voidsetName(java.lang.String name)Sets the name.voidsetSpace(java.lang.String space)Sets the space.voidsetTint(double tint)Sets the tint.
-
-
-
Method Detail
-
getSpace
public java.lang.String getSpace()
Description copied from interface:FillGets the space.
-
setSpace
public void setSpace(java.lang.String space)
Description copied from interface:FillSets the space.
-
getName
public java.lang.String getName()
Description copied from interface:FillGets the name.
-
setName
public void setName(java.lang.String name)
Description copied from interface:FillSets the name.
-
getColor1
public double getColor1()
Description copied from interface:FillGets the color 1.
-
setColor1
public void setColor1(double color1)
Description copied from interface:FillSets the color 1.
-
getColor2
public double getColor2()
Description copied from interface:FillGets the color 2.
-
setColor2
public void setColor2(double color2)
Description copied from interface:FillSets the color 2.
-
getColor3
public double getColor3()
Description copied from interface:FillGets the color 3.
-
setColor3
public void setColor3(double color3)
Description copied from interface:FillSets the color 3.
-
getColor4
public double getColor4()
Description copied from interface:FillGets the color 4.
-
setColor4
public void setColor4(double color4)
Description copied from interface:FillSets the color 4.
-
getTint
public double getTint()
Description copied from interface:FillGets the tint.
-
-