org.pz.platypus.plugin.common
Class Underline
java.lang.Object
org.pz.platypus.plugin.common.Underline
- All Implemented Interfaces:
- java.lang.Cloneable
public class Underline
- extends java.lang.Object
- implements java.lang.Cloneable
Contains the values that define the underline characteristics
- Author:
- alb
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inEffect
private boolean inEffect
thickness
private float thickness
position
private float position
source
private Source source
Underline
public Underline()
clone
public Underline clone()
- Clone used in saving format
- Overrides:
clone
in class java.lang.Object
- Returns:
- a cloned Underline object
isInEffect
public boolean isInEffect()
setInEffect
public void setInEffect(boolean inEffect,
Source newSource)
geTthickness
public float geTthickness()
setThickness
public void setThickness(float thickness)
getPosition
public float getPosition()
setPosition
public void setPosition(float position)
Copyright © 2008-10 Pacific Data Works LLC