Home
last modified time | relevance | path

Searched refs:OrientationRequestedType (Results 1 – 25 of 67) sorted by relevance

123

/dports/lang/gcc48/gcc-4.8.5/libjava/java/awt/
H A DPageAttributes$OrientationRequestedType.h18 class PageAttributes$OrientationRequestedType;
23 class java::awt::PageAttributes$OrientationRequestedType : public ::java::awt::AttributeValue
26 PageAttributes$OrientationRequestedType(jint);
29 static ::java::awt::PageAttributes$OrientationRequestedType * PORTRAIT;
30 static ::java::awt::PageAttributes$OrientationRequestedType * LANDSCAPE;
H A DPageAttributes.h21 class PageAttributes$OrientationRequestedType;
34 …a::awt::PageAttributes$MediaType *, ::java::awt::PageAttributes$OrientationRequestedType *, ::java…
42 ::java::awt::PageAttributes$OrientationRequestedType * getOrientationRequested();
43 void setOrientationRequested(::java::awt::PageAttributes$OrientationRequestedType *);
62 ::java::awt::PageAttributes$OrientationRequestedType * orientation;
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/awt/
H A DPageAttributes$OrientationRequestedType.h18 class PageAttributes$OrientationRequestedType;
23 class java::awt::PageAttributes$OrientationRequestedType : public ::java::awt::AttributeValue
26 PageAttributes$OrientationRequestedType(jint);
29 static ::java::awt::PageAttributes$OrientationRequestedType * PORTRAIT;
30 static ::java::awt::PageAttributes$OrientationRequestedType * LANDSCAPE;
H A DPageAttributes.h21 class PageAttributes$OrientationRequestedType;
34 …a::awt::PageAttributes$MediaType *, ::java::awt::PageAttributes$OrientationRequestedType *, ::java…
42 ::java::awt::PageAttributes$OrientationRequestedType * getOrientationRequested();
43 void setOrientationRequested(::java::awt::PageAttributes$OrientationRequestedType *);
62 ::java::awt::PageAttributes$OrientationRequestedType * orientation;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/awt/
H A DPageAttributes$OrientationRequestedType.h18 class PageAttributes$OrientationRequestedType;
23 class java::awt::PageAttributes$OrientationRequestedType : public ::java::awt::AttributeValue
26 PageAttributes$OrientationRequestedType(jint);
29 static ::java::awt::PageAttributes$OrientationRequestedType * PORTRAIT;
30 static ::java::awt::PageAttributes$OrientationRequestedType * LANDSCAPE;
H A DPageAttributes.h21 class PageAttributes$OrientationRequestedType;
34 …a::awt::PageAttributes$MediaType *, ::java::awt::PageAttributes$OrientationRequestedType *, ::java…
42 ::java::awt::PageAttributes$OrientationRequestedType * getOrientationRequested();
43 void setOrientationRequested(::java::awt::PageAttributes$OrientationRequestedType *);
62 ::java::awt::PageAttributes$OrientationRequestedType * orientation;
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/awt/
H A DPageAttributes$OrientationRequestedType.h18 class PageAttributes$OrientationRequestedType;
23 class java::awt::PageAttributes$OrientationRequestedType : public ::java::awt::AttributeValue
26 PageAttributes$OrientationRequestedType(jint);
29 static ::java::awt::PageAttributes$OrientationRequestedType * PORTRAIT;
30 static ::java::awt::PageAttributes$OrientationRequestedType * LANDSCAPE;
H A DPageAttributes.h21 class PageAttributes$OrientationRequestedType;
34 …a::awt::PageAttributes$MediaType *, ::java::awt::PageAttributes$OrientationRequestedType *, ::java…
42 ::java::awt::PageAttributes$OrientationRequestedType * getOrientationRequested();
43 void setOrientationRequested(::java::awt::PageAttributes$OrientationRequestedType *);
62 ::java::awt::PageAttributes$OrientationRequestedType * orientation;
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/awt/
H A DPageAttributes$OrientationRequestedType.h18 class PageAttributes$OrientationRequestedType;
23 class java::awt::PageAttributes$OrientationRequestedType : public ::java::awt::AttributeValue
26 PageAttributes$OrientationRequestedType(jint);
29 static ::java::awt::PageAttributes$OrientationRequestedType * PORTRAIT;
30 static ::java::awt::PageAttributes$OrientationRequestedType * LANDSCAPE;
H A DPageAttributes.h21 class PageAttributes$OrientationRequestedType;
34 …a::awt::PageAttributes$MediaType *, ::java::awt::PageAttributes$OrientationRequestedType *, ::java…
42 ::java::awt::PageAttributes$OrientationRequestedType * getOrientationRequested();
43 void setOrientationRequested(::java::awt::PageAttributes$OrientationRequestedType *);
62 ::java::awt::PageAttributes$OrientationRequestedType * orientation;
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/
H A DPageAttributes.java237 public static final OrientationRequestedType PORTRAIT
238 = new OrientationRequestedType(0);
239 public static final OrientationRequestedType LANDSCAPE
240 = new OrientationRequestedType(1);
241 private OrientationRequestedType(int value) in OrientationRequestedType() method in PageAttributes.OrientationRequestedType
271 private OrientationRequestedType orientation;
281 orientation = OrientationRequestedType.PORTRAIT; in PageAttributes()
356 public OrientationRequestedType getOrientationRequested() in getOrientationRequested()
371 this.orientation = OrientationRequestedType.PORTRAIT; in setOrientationRequested()
373 this.orientation = OrientationRequestedType.LANDSCAPE; in setOrientationRequested()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/
H A DPageAttributes.java237 public static final OrientationRequestedType PORTRAIT
238 = new OrientationRequestedType(0);
239 public static final OrientationRequestedType LANDSCAPE
240 = new OrientationRequestedType(1);
241 private OrientationRequestedType(int value) in OrientationRequestedType() method in PageAttributes.OrientationRequestedType
271 private OrientationRequestedType orientation;
281 orientation = OrientationRequestedType.PORTRAIT; in PageAttributes()
356 public OrientationRequestedType getOrientationRequested() in getOrientationRequested()
371 this.orientation = OrientationRequestedType.PORTRAIT; in setOrientationRequested()
373 this.orientation = OrientationRequestedType.LANDSCAPE; in setOrientationRequested()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/awt/
H A DPageAttributes.java237 public static final OrientationRequestedType PORTRAIT
238 = new OrientationRequestedType(0);
239 public static final OrientationRequestedType LANDSCAPE
240 = new OrientationRequestedType(1);
241 private OrientationRequestedType(int value) in OrientationRequestedType() method in PageAttributes.OrientationRequestedType
271 private OrientationRequestedType orientation;
281 orientation = OrientationRequestedType.PORTRAIT; in PageAttributes()
356 public OrientationRequestedType getOrientationRequested() in getOrientationRequested()
371 this.orientation = OrientationRequestedType.PORTRAIT; in setOrientationRequested()
373 this.orientation = OrientationRequestedType.LANDSCAPE; in setOrientationRequested()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/awt/
H A DPageAttributes.java237 public static final OrientationRequestedType PORTRAIT
238 = new OrientationRequestedType(0);
239 public static final OrientationRequestedType LANDSCAPE
240 = new OrientationRequestedType(1);
241 private OrientationRequestedType(int value) in OrientationRequestedType() method in PageAttributes.OrientationRequestedType
271 private OrientationRequestedType orientation;
281 orientation = OrientationRequestedType.PORTRAIT; in PageAttributes()
356 public OrientationRequestedType getOrientationRequested() in getOrientationRequested()
371 this.orientation = OrientationRequestedType.PORTRAIT; in setOrientationRequested()
373 this.orientation = OrientationRequestedType.LANDSCAPE; in setOrientationRequested()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/
H A DPageAttributes.java237 public static final OrientationRequestedType PORTRAIT
238 = new OrientationRequestedType(0);
239 public static final OrientationRequestedType LANDSCAPE
240 = new OrientationRequestedType(1);
241 private OrientationRequestedType(int value) in OrientationRequestedType() method in PageAttributes.OrientationRequestedType
271 private OrientationRequestedType orientation;
281 orientation = OrientationRequestedType.PORTRAIT; in PageAttributes()
356 public OrientationRequestedType getOrientationRequested() in getOrientationRequested()
371 this.orientation = OrientationRequestedType.PORTRAIT; in setOrientationRequested()
373 this.orientation = OrientationRequestedType.LANDSCAPE; in setOrientationRequested()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/awt/
H A DPageAttributes.java237 public static final OrientationRequestedType PORTRAIT
238 = new OrientationRequestedType(0);
239 public static final OrientationRequestedType LANDSCAPE
240 = new OrientationRequestedType(1);
241 private OrientationRequestedType(int value) in OrientationRequestedType() method in PageAttributes.OrientationRequestedType
271 private OrientationRequestedType orientation;
281 orientation = OrientationRequestedType.PORTRAIT; in PageAttributes()
356 public OrientationRequestedType getOrientationRequested() in getOrientationRequested()
371 this.orientation = OrientationRequestedType.PORTRAIT; in setOrientationRequested()
373 this.orientation = OrientationRequestedType.LANDSCAPE; in setOrientationRequested()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/awt/
H A DPageAttributes.java237 public static final OrientationRequestedType PORTRAIT
238 = new OrientationRequestedType(0);
239 public static final OrientationRequestedType LANDSCAPE
240 = new OrientationRequestedType(1);
241 private OrientationRequestedType(int value) in OrientationRequestedType() method in PageAttributes.OrientationRequestedType
271 private OrientationRequestedType orientation;
281 orientation = OrientationRequestedType.PORTRAIT; in PageAttributes()
356 public OrientationRequestedType getOrientationRequested() in getOrientationRequested()
371 this.orientation = OrientationRequestedType.PORTRAIT; in setOrientationRequested()
373 this.orientation = OrientationRequestedType.LANDSCAPE; in setOrientationRequested()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/
H A DPageAttributes.java237 public static final OrientationRequestedType PORTRAIT
238 = new OrientationRequestedType(0);
239 public static final OrientationRequestedType LANDSCAPE
240 = new OrientationRequestedType(1);
241 private OrientationRequestedType(int value) in OrientationRequestedType() method in PageAttributes.OrientationRequestedType
271 private OrientationRequestedType orientation;
281 orientation = OrientationRequestedType.PORTRAIT; in PageAttributes()
356 public OrientationRequestedType getOrientationRequested() in getOrientationRequested()
371 this.orientation = OrientationRequestedType.PORTRAIT; in setOrientationRequested()
373 this.orientation = OrientationRequestedType.LANDSCAPE; in setOrientationRequested()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/
H A DPageAttributes.java823 public static final OrientationRequestedType PORTRAIT =
824 new OrientationRequestedType(I_PORTRAIT);
829 public static final OrientationRequestedType LANDSCAPE =
830 new OrientationRequestedType(I_LANDSCAPE);
832 private OrientationRequestedType(int type) { in OrientationRequestedType() method in PageAttributes.OrientationRequestedType
903 private OrientationRequestedType orientationRequested;
950 OrientationRequestedType orientationRequested, in PageAttributes()
1074 public OrientationRequestedType getOrientationRequested() { in getOrientationRequested()
1087 public void setOrientationRequested(OrientationRequestedType in setOrientationRequested()
1110 setOrientationRequested(OrientationRequestedType.PORTRAIT); in setOrientationRequested()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/
H A DPageAttributes.java823 public static final OrientationRequestedType PORTRAIT =
824 new OrientationRequestedType(I_PORTRAIT);
829 public static final OrientationRequestedType LANDSCAPE =
830 new OrientationRequestedType(I_LANDSCAPE);
832 private OrientationRequestedType(int type) { in OrientationRequestedType() method in PageAttributes.OrientationRequestedType
903 private OrientationRequestedType orientationRequested;
950 OrientationRequestedType orientationRequested, in PageAttributes()
1074 public OrientationRequestedType getOrientationRequested() { in getOrientationRequested()
1087 public void setOrientationRequested(OrientationRequestedType in setOrientationRequested()
1110 setOrientationRequested(OrientationRequestedType.PORTRAIT); in setOrientationRequested()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/
H A DPageAttributes.java823 public static final OrientationRequestedType PORTRAIT =
824 new OrientationRequestedType(I_PORTRAIT);
829 public static final OrientationRequestedType LANDSCAPE =
830 new OrientationRequestedType(I_LANDSCAPE);
832 private OrientationRequestedType(int type) { in OrientationRequestedType() method in PageAttributes.OrientationRequestedType
903 private OrientationRequestedType orientationRequested;
950 OrientationRequestedType orientationRequested, in PageAttributes()
1074 public OrientationRequestedType getOrientationRequested() { in getOrientationRequested()
1087 public void setOrientationRequested(OrientationRequestedType in setOrientationRequested()
1110 setOrientationRequested(OrientationRequestedType.PORTRAIT); in setOrientationRequested()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/
H A DPageAttributes.java823 public static final OrientationRequestedType PORTRAIT =
824 new OrientationRequestedType(I_PORTRAIT);
829 public static final OrientationRequestedType LANDSCAPE =
830 new OrientationRequestedType(I_LANDSCAPE);
832 private OrientationRequestedType(int type) { in OrientationRequestedType() method in PageAttributes.OrientationRequestedType
903 private OrientationRequestedType orientationRequested;
950 OrientationRequestedType orientationRequested, in PageAttributes()
1074 public OrientationRequestedType getOrientationRequested() { in getOrientationRequested()
1087 public void setOrientationRequested(OrientationRequestedType in setOrientationRequested()
1110 setOrientationRequested(OrientationRequestedType.PORTRAIT); in setOrientationRequested()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/
H A DPageAttributes.java823 public static final OrientationRequestedType PORTRAIT =
824 new OrientationRequestedType(I_PORTRAIT);
829 public static final OrientationRequestedType LANDSCAPE =
830 new OrientationRequestedType(I_LANDSCAPE);
832 private OrientationRequestedType(int type) { in OrientationRequestedType() method in PageAttributes.OrientationRequestedType
903 private OrientationRequestedType orientationRequested;
950 OrientationRequestedType orientationRequested, in PageAttributes()
1074 public OrientationRequestedType getOrientationRequested() { in getOrientationRequested()
1087 public void setOrientationRequested(OrientationRequestedType in setOrientationRequested()
1110 setOrientationRequested(OrientationRequestedType.PORTRAIT); in setOrientationRequested()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/awt/
H A DPageAttributes.java823 public static final OrientationRequestedType PORTRAIT =
824 new OrientationRequestedType(I_PORTRAIT);
829 public static final OrientationRequestedType LANDSCAPE =
830 new OrientationRequestedType(I_LANDSCAPE);
832 private OrientationRequestedType(int type) { in OrientationRequestedType() method in PageAttributes.OrientationRequestedType
903 private OrientationRequestedType orientationRequested;
950 OrientationRequestedType orientationRequested, in PageAttributes()
1074 public OrientationRequestedType getOrientationRequested() { in getOrientationRequested()
1087 public void setOrientationRequested(OrientationRequestedType in setOrientationRequested()
1110 setOrientationRequested(OrientationRequestedType.PORTRAIT); in setOrientationRequested()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/awt/
H A DPageAttributes.java823 public static final OrientationRequestedType PORTRAIT =
824 new OrientationRequestedType(I_PORTRAIT);
829 public static final OrientationRequestedType LANDSCAPE =
830 new OrientationRequestedType(I_LANDSCAPE);
832 private OrientationRequestedType(int type) { in OrientationRequestedType() method in PageAttributes.OrientationRequestedType
903 private OrientationRequestedType orientationRequested;
950 OrientationRequestedType orientationRequested, in PageAttributes()
1074 public OrientationRequestedType getOrientationRequested() { in getOrientationRequested()
1087 public void setOrientationRequested(OrientationRequestedType in setOrientationRequested()
1110 setOrientationRequested(OrientationRequestedType.PORTRAIT); in setOrientationRequested()
[all …]

123