public class VtSize extends Object implements Serializable
Constructor and Description |
---|
VtSize() |
Modifier and Type | Method and Description |
---|---|
void |
deletePixels() |
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
Integer |
getPixels()
Returns the value of field 'pixels'.
|
int |
hashCode()
Method hashCode.
|
boolean |
hasPixels()
Method hasPixels.
|
void |
setPixels(Integer pixels)
Sets the value of field 'pixels'.
|
public void deletePixels()
public boolean equals(Object obj)
public Integer getPixels()
public boolean hasPixels()
public int hashCode()
public void setPixels(Integer pixels)
pixels
- the value of field 'pixels'.Copyright © 2021. All rights reserved.