public class Gridline extends Object
The horizontal or vertical line that appears in the project view.
Constructor and Description |
---|
Gridline() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns a flag indicating whether this instance is equal to the specified object.
|
Color |
getColor()
Returns
Color of a gridline. |
int |
getGridlineType()
Returns type of gridline (
GridlineType ). |
int |
getPattern()
Returns
LinePattern of a gridline. |
int |
hashCode()
Returns a hash code for this Gridline.
|
void |
setColor(Color value)
Sets
Color of a gridline. |
void |
setGridlineType(int value)
Sets type of gridline (
GridlineType ). |
void |
setPattern(int value)
Sets
LinePattern of a gridline. |
public boolean equals(Object obj)
public Color getColor()
Returns Color
of a gridline.
java.awt.Color
).public void setColor(Color value)
Sets Color
of a gridline.
value
- gridline color (java.awt.Color
).public int getGridlineType()
Returns type of gridline (GridlineType
).
GridlineType
).public void setGridlineType(int value)
Sets type of gridline (GridlineType
).
value
- gridline type (GridlineType
).public int getPattern()
Returns LinePattern
of a gridline.
LinePattern
).public void setPattern(int value)
Sets LinePattern
of a gridline.
value
- gridline line pattern (LinePattern
).Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.