org.ujac.print
Class OutlineItem

java.lang.Object
  extended by org.ujac.print.OutlineItem

public class OutlineItem
extends Object

Name: OutlineItem
Description: A class holding informations about outline items.

Author:
lauerc

Constructor Summary
OutlineItem(String name, int page, float x, float y, String parent, String title)
          Constructs a OutlineItem instance with specific attributes.
 
Method Summary
 String getName()
          Getter method for the the property name.
 int getPage()
          Getter method for the the property page.
 String getParent()
          Getter method for the the property parent.
 String getTitle()
          Getter method for the the property title.
 float getX()
          Getter method for the the property x.
 float getY()
          Getter method for the the property y.
 void setName(String name)
          Setter method for the the property name.
 void setPage(int page)
          Setter method for the the property page.
 void setParent(String parent)
          Setter method for the the property parent.
 void setTitle(String title)
          Setter method for the the property title.
 void setX(float x)
          Setter method for the the property x.
 void setY(float y)
          Setter method for the the property y.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutlineItem

public OutlineItem(String name,
                   int page,
                   float x,
                   float y,
                   String parent,
                   String title)
Constructs a OutlineItem instance with specific attributes.

Parameters:
name - The name of the outline.
page - The page where the outline is located.
x - The horizontal position of the area the outline points to.
y - The vertical position of the area the outline points to.
parent - The name of the parent outline.
title - The title of the outline.
Method Detail

getName

public String getName()
Getter method for the the property name.

Returns:
The current value of property name.

setName

public void setName(String name)
Setter method for the the property name.

Parameters:
name - The value to set for the property name.

getPage

public int getPage()
Getter method for the the property page.

Returns:
The current value of property page.

setPage

public void setPage(int page)
Setter method for the the property page.

Parameters:
page - The value to set for the property page.

getParent

public String getParent()
Getter method for the the property parent.

Returns:
The current value of property parent.

setParent

public void setParent(String parent)
Setter method for the the property parent.

Parameters:
parent - The value to set for the property parent.

getTitle

public String getTitle()
Getter method for the the property title.

Returns:
The current value of property title.

setTitle

public void setTitle(String title)
Setter method for the the property title.

Parameters:
title - The value to set for the property title.

getX

public float getX()
Getter method for the the property x.

Returns:
The current value of property x.

setX

public void setX(float x)
Setter method for the the property x.

Parameters:
x - The value to set for the property x.

getY

public float getY()
Getter method for the the property y.

Returns:
The current value of property y.

setY

public void setY(float y)
Setter method for the the property y.

Parameters:
y - The value to set for the property y.

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2003-2004 UJAC.org. All Rights Reserved.