|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.GraphNote
public class GraphNote
Represents a note in a
Typical usages are the following:
Constructor Summary | |
---|---|
GraphNote()
Constructor - initializes a new instance of the GraphNote class. |
|
GraphNote(Section section)
Constructor - initializes a new instance of the GraphNote class. |
Method Summary | |
---|---|
java.lang.String |
getContent()
Gets a string that indicates the content of the note. |
float |
getPosX()
Gets a float value that indicates the x-coordinate of the beginning position of the note. |
float |
getPosY()
Gets a float value that indicates the y-coordinate of the beginning position of the note. |
TextInfo |
getTextInfo()
Gets the text info of the note. |
void |
setContent(java.lang.String noteContent)
Sets a string that indicates the content of the note. |
void |
setPosX(float posX)
Sets a float value that indicates the x-coordinate of the beginning position of the note. |
void |
setPosY(float posY)
Gets a float value that indicates the y-coordinate of the beginning position of the note. |
void |
setTextInfo(TextInfo noteTextInfo)
Sets the text info of the note. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphNote()
GraphNote
class.
public GraphNote(Section section)
GraphNote
class.
section
- The section object.Method Detail |
---|
public java.lang.String getContent()
public void setContent(java.lang.String noteContent)
noteContent
- A String value.public TextInfo getTextInfo()
TextInfo
object.public void setTextInfo(TextInfo noteTextInfo)
noteTextInfo
- A TextInfo
object.public float getPosX()
public void setPosX(float posX)
posX
- A float value.public float getPosY()
public void setPosY(float posY)
posY
- A float value.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |