- All Implemented Interfaces:
Serializable,Cloneable,Comparable<QPolarChart.PolarOrientations>
- Enclosing class:
QPolarChart
public static final class QPolarChart.PolarOrientations
extends QFlags<QPolarChart.PolarOrientation>
implements Comparable<QPolarChart.PolarOrientations>
QFlags type for enum QPolarChart.PolarOrientation- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPolarOrientations(int value) Creates a new PolarOrientations with givenvalue.Creates a new PolarOrientations where the flags inargsare set. -
Method Summary
Modifier and TypeMethodDescriptionclone()Clones the flagsCombines this flags with enum entry.final intfinal QPolarChart.PolarOrientation []flags()Returns an array of flag objects represented by this PolarOrientations.Sets the flagesetFlag(QPolarChart.PolarOrientation e, boolean on) Sets or clears the flagflag
-
Constructor Details
-
PolarOrientations
Creates a new PolarOrientations where the flags inargsare set.- Parameters:
args- enum entries
-
PolarOrientations
public PolarOrientations(int value) Creates a new PolarOrientations with givenvalue.- Parameters:
value-
-
-
Method Details
-
combined
Combines this flags with enum entry.- Overrides:
combinedin classQFlags<QPolarChart.PolarOrientation>- Parameters:
e- enum entry- Returns:
- new PolarOrientations
-
setFlag
Sets the flage- Overrides:
setFlagin classQFlags<QPolarChart.PolarOrientation>- Parameters:
e- enum entry- Returns:
- this
-
setFlag
Sets or clears the flagflag- Overrides:
setFlagin classQFlags<QPolarChart.PolarOrientation>- Parameters:
e- enum entryon- set (true) or clear (false)- Returns:
- this
-
flags
Returns an array of flag objects represented by this PolarOrientations.- Overrides:
flagsin classQFlags<QPolarChart.PolarOrientation>- Returns:
- array of enum entries
-
clone
Clones the flags- Overrides:
clonein classQFlags<QPolarChart.PolarOrientation>
-
compareTo
- Specified by:
compareToin interfaceComparable<QPolarChart.PolarOrientations>
-