public class GlassesAttributes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
frameOnEye
Value indicating if the glasses frame is not on the eyes.
0 means that there is no occlusion of the eye by the frame.
|
int |
heavyFrame
Value, from 0 to 100, indicating if the glasses' frame is too heavy.
0 means that the frame is super thick.
|
int |
tintedGlasses
Value, from 0 to 100, indicating if the glasses are tinted.
100 means that the glasses are completely transparent.
|
| Constructor and Description |
|---|
GlassesAttributes()
Initializes an empty instance of the GlassesAttributes class.
|
GlassesAttributes(GlassesAttributes glassesAttributes)
Initializes a new instance of the GlassesAttributes class by copying another GlassesAttributes.
|
GlassesAttributes(int frameOnEye,
int heavyFrame,
int tintedGlasses)
Initializes a new instance of the GlassesAttributes class from its members.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
public int frameOnEye
public int heavyFrame
public int tintedGlasses
public GlassesAttributes()
public GlassesAttributes(int frameOnEye,
int heavyFrame,
int tintedGlasses)
frameOnEye - Value indicating if the glasses frame is not on the eyes.heavyFrame - Value, from 0 to 100, indicating if the glasses' frame is too heavy.tintedGlasses - Value, from 0 to 100, indicating if the glasses are tinted.public GlassesAttributes(GlassesAttributes glassesAttributes)
glassesAttributes - The GlassesAttributes to copy.Copyright © id3 Technologies. All rights reserved. eu.id3.face