mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 18:21:38 +08:00
30 lines
891 B
Java
Executable File
30 lines
891 B
Java
Executable File
// Java Native Class from Cas.Cade
|
|
// Copyright (C) 1991,1999 by
|
|
//
|
|
// MATRA DATAVISION, FRANCE
|
|
//
|
|
// This software is furnished in accordance with the terms and conditions
|
|
// of the contract and with the inclusion of the above copyright notice.
|
|
// This software or any other copy thereof may not be provided or otherwise
|
|
// be made available to any other person. No title to an ownership of the
|
|
// software is hereby transferred.
|
|
//
|
|
// At the termination of the contract, the software and all copies of this
|
|
// software must be deleted.
|
|
//
|
|
|
|
|
|
package SampleViewer3DJni;
|
|
|
|
|
|
public class Graphic3d_TextPath extends jcas.Standard_Enumeration {
|
|
|
|
public final static short Graphic3d_TP_UP = 0;
|
|
public final static short Graphic3d_TP_DOWN = 1;
|
|
public final static short Graphic3d_TP_LEFT = 2;
|
|
public final static short Graphic3d_TP_RIGHT = 3;
|
|
|
|
|
|
|
|
}
|