Class FillImpl
java.lang.Object
com.priint.pubserver.metadata.xml.note.FillImpl
- All Implemented Interfaces:
Fill,Serializable
The type Fill.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the color 1.doubleGets the color 2.doubleGets the color 3.doubleGets the color 4.getName()Gets the name.getSpace()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.voidSets the name.voidSets the space.voidsetTint(double tint) Sets the tint.
-
Constructor Details
-
FillImpl
public FillImpl()
-
-
Method Details
-
getSpace
Description copied from interface:FillGets the space. -
setSpace
Description copied from interface:FillSets the space. -
getName
Description copied from interface:FillGets the name. -
setName
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. -
setTint
public void setTint(double tint) Description copied from interface:FillSets the tint.
-