org.pz.platypus.plugin.common
Class Underline

java.lang.Object
  extended by 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

Field Summary
private  boolean inEffect
           
private  float position
           
private  Source source
           
private  float thickness
           
 
Constructor Summary
Underline()
           
 
Method Summary
 Underline clone()
          Clone used in saving format
 float getPosition()
           
 float geTthickness()
           
 boolean isInEffect()
           
 void setInEffect(boolean inEffect, Source newSource)
           
 void setPosition(float position)
           
 void setThickness(float thickness)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inEffect

private boolean inEffect

thickness

private float thickness

position

private float position

source

private Source source
Constructor Detail

Underline

public Underline()
Method Detail

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