DwfWhipLayer
Contents
[
Hide
]Inheritance: java.lang.Object, DwfWhipAttribute
Represents Layer
Constructors
| Constructor | Description |
|---|---|
| DwfWhipLayer() | Initializes a new instance of the DwfWhipLayer class |
Methods
| Method | Description |
|---|---|
| getName() | Gets name of DwfWhipLayer |
| getNumber() | Gets number |
| isVisible() | Gets visibility |
| getIncarnation() | Gets incarnation |
| equals(Object obj) | Determines whether the specified System.Object is equal to the current DwfWhipLayer. |
| hashCode() | Hash code for the current DwfWhipLayer. |
DwfWhipLayer()
public DwfWhipLayer()
Initializes a new instance of the DwfWhipLayer class
getName()
public DwfString getName()
Gets name of DwfWhipLayer
Returns: DwfString
getNumber()
public int getNumber()
Gets number
Returns: int
isVisible()
public boolean isVisible()
Gets visibility
Returns: boolean
getIncarnation()
public int getIncarnation()
Gets incarnation
Returns: int
equals(Object obj)
public boolean equals(Object obj)
Determines whether the specified System.Object is equal to the current DwfWhipLayer.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | Object | object for equals |
Returns: boolean - Result of equals two DwfWhipLayer
hashCode()
public int hashCode()
Hash code for the current DwfWhipLayer.
Returns: int - HashCode of DwfWhipLayer