mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
318
samples/java/inc/CASCADESamplesJni_Aspect_FontStyle.h
Executable file
318
samples/java/inc/CASCADESamplesJni_Aspect_FontStyle.h
Executable file
@@ -0,0 +1,318 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class CASCADESamplesJni_Aspect_0005fFontStyle */
|
||||
|
||||
#ifndef _Included_CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
#define _Included_CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/* Inaccessible static: myCasLock */
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: AliasName
|
||||
* Signature: ()Ljcas/Standard_CString;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_AliasName
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Aspect_FontStyle_Create_1
|
||||
* Signature: ()V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Aspect_1FontStyle_1Create_11
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Aspect_FontStyle_Create_2
|
||||
* Signature: (IDDZ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Aspect_1FontStyle_1Create_12
|
||||
(JNIEnv *, jobject, jint, jdouble, jdouble, jboolean);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Aspect_FontStyle_Create_3
|
||||
* Signature: (Ljcas/Standard_CString;DDZ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Aspect_1FontStyle_1Create_13
|
||||
(JNIEnv *, jobject, jobject, jdouble, jdouble, jboolean);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Aspect_FontStyle_Create_4
|
||||
* Signature: (Ljcas/Standard_CString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Aspect_1FontStyle_1Create_14
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Aspect_FontStyle_SetValues_1
|
||||
* Signature: (IDDZ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Aspect_1FontStyle_1SetValues_11
|
||||
(JNIEnv *, jobject, jint, jdouble, jdouble, jboolean);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Aspect_FontStyle_SetValues_2
|
||||
* Signature: (Ljcas/Standard_CString;DDZ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Aspect_1FontStyle_1SetValues_12
|
||||
(JNIEnv *, jobject, jobject, jdouble, jdouble, jboolean);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Aspect_FontStyle_SetValues_3
|
||||
* Signature: (Ljcas/Standard_CString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Aspect_1FontStyle_1SetValues_13
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Assign
|
||||
* Signature: (LCASCADESamplesJni/Aspect_FontStyle;)LCASCADESamplesJni/Aspect_FontStyle;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Assign
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: CapsHeight
|
||||
* Signature: ()Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_CapsHeight
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Dump
|
||||
* Signature: ()V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Dump
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Encoding
|
||||
* Signature: ()Ljcas/Standard_CString;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Encoding
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Family
|
||||
* Signature: ()Ljcas/Standard_CString;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Family
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: FinalizeValue
|
||||
* Signature: (J)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_FinalizeValue
|
||||
(JNIEnv *, jclass, jlong);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Foundry
|
||||
* Signature: ()Ljcas/Standard_CString;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Foundry
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: FullName
|
||||
* Signature: ()Ljcas/Standard_CString;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_FullName
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: IsEqual
|
||||
* Signature: (LCASCADESamplesJni/Aspect_FontStyle;)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_IsEqual
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: IsNotEqual
|
||||
* Signature: (LCASCADESamplesJni/Aspect_FontStyle;)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_IsNotEqual
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Length
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Length
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Registry
|
||||
* Signature: ()Ljcas/Standard_CString;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Registry
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: SAverageWidth
|
||||
* Signature: ()Ljcas/Standard_CString;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_SAverageWidth
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: SPixelSize
|
||||
* Signature: ()Ljcas/Standard_CString;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_SPixelSize
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: SPointSize
|
||||
* Signature: ()Ljcas/Standard_CString;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_SPointSize
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: SResolutionX
|
||||
* Signature: ()Ljcas/Standard_CString;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_SResolutionX
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: SResolutionY
|
||||
* Signature: ()Ljcas/Standard_CString;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_SResolutionY
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: SSlant
|
||||
* Signature: ()Ljcas/Standard_CString;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_SSlant
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: SSpacing
|
||||
* Signature: ()Ljcas/Standard_CString;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_SSpacing
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: SStyle
|
||||
* Signature: ()Ljcas/Standard_CString;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_SStyle
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: SWidth
|
||||
* Signature: ()Ljcas/Standard_CString;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_SWidth
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: SetEncoding
|
||||
* Signature: (Ljcas/Standard_CString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_SetEncoding
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: SetFamily
|
||||
* Signature: (Ljcas/Standard_CString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_SetFamily
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: SetRegistry
|
||||
* Signature: (Ljcas/Standard_CString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_SetRegistry
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: SetWeight
|
||||
* Signature: (Ljcas/Standard_CString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_SetWeight
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Size
|
||||
* Signature: ()D
|
||||
*/
|
||||
JNIEXPORT jdouble JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Size
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Slant
|
||||
* Signature: ()D
|
||||
*/
|
||||
JNIEXPORT jdouble JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Slant
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Style
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Style
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Value
|
||||
* Signature: ()Ljcas/Standard_CString;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Value
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fFontStyle
|
||||
* Method: Weight
|
||||
* Signature: ()Ljcas/Standard_CString;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1FontStyle_Weight
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user