|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ujac.print.OutlineItem
public class OutlineItem
Name: OutlineItem
Description: A class holding informations about outline items.
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 |
---|
public OutlineItem(String name, int page, float x, float y, String parent, String title)
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 |
---|
public String getName()
public void setName(String name)
name
- The value to set for the property name.public int getPage()
public void setPage(int page)
page
- The value to set for the property page.public String getParent()
public void setParent(String parent)
parent
- The value to set for the property parent.public String getTitle()
public void setTitle(String title)
title
- The value to set for the property title.public float getX()
public void setX(float x)
x
- The value to set for the property x.public float getY()
public void setY(float y)
y
- The value to set for the property y.public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |