GridComment

Inheritance: java.lang.Object

public class GridComment

Encapsulates the object that represents a cell comment.

Methods

MethodDescription
equals(Object arg0)
getAuthor()
getAutoSize()
getClass()
getColumn()
getHeight()Represents the Height of the comment, in unit of pixels.
getHeightCM()
getHeightInch()
getHtmlNote()
getNote()
getRow()
getWidth()Represents the width of the comment, in unit of pixels.
getWidthCM()
getWidthInch()
hashCode()
isVisible()
notify()
notifyAll()
setAuthor(String value)
setAutoSize(boolean value)
setHeight(int value)Represents the Height of the comment, in unit of pixels.
setHeightCM(double value)
setHeightInch(double value)
setHtmlNote(String value)
setNote(String value)
setVisible(boolean value)
setWidth(int value)Represents the width of the comment, in unit of pixels.
setWidthCM(double value)
setWidthInch(double value)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAuthor()

public String getAuthor()

Returns: java.lang.String

getAutoSize()

public boolean getAutoSize()

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getColumn()

public int getColumn()

Returns: int

getHeight()

public int getHeight()

Represents the Height of the comment, in unit of pixels.

Returns: int

getHeightCM()

public double getHeightCM()

Returns: double

getHeightInch()

public double getHeightInch()

Returns: double

getHtmlNote()

public String getHtmlNote()

Returns: java.lang.String

getNote()

public String getNote()

Returns: java.lang.String

getRow()

public int getRow()

Returns: int

getWidth()

public int getWidth()

Represents the width of the comment, in unit of pixels.

Returns: int

getWidthCM()

public double getWidthCM()

Returns: double

getWidthInch()

public double getWidthInch()

Returns: double

hashCode()

public native int hashCode()

Returns: int

isVisible()

public boolean isVisible()

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAuthor(String value)

public void setAuthor(String value)

Parameters:

ParameterTypeDescription
valuejava.lang.String

setAutoSize(boolean value)

public void setAutoSize(boolean value)

Parameters:

ParameterTypeDescription
valueboolean

setHeight(int value)

public void setHeight(int value)

Represents the Height of the comment, in unit of pixels.

Parameters:

ParameterTypeDescription
valueint

setHeightCM(double value)

public void setHeightCM(double value)

Parameters:

ParameterTypeDescription
valuedouble

setHeightInch(double value)

public void setHeightInch(double value)

Parameters:

ParameterTypeDescription
valuedouble

setHtmlNote(String value)

public void setHtmlNote(String value)

Parameters:

ParameterTypeDescription
valuejava.lang.String

setNote(String value)

public void setNote(String value)

Parameters:

ParameterTypeDescription
valuejava.lang.String

setVisible(boolean value)

public void setVisible(boolean value)

Parameters:

ParameterTypeDescription
valueboolean

setWidth(int value)

public void setWidth(int value)

Represents the width of the comment, in unit of pixels.

Parameters:

ParameterTypeDescription
valueint

setWidthCM(double value)

public void setWidthCM(double value)

Parameters:

ParameterTypeDescription
valuedouble

setWidthInch(double value)

public void setWidthInch(double value)

Parameters:

ParameterTypeDescription
valuedouble

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int