Adjusting testing cases for current state of OCCT
[occt.git] / samples / java / java / CASCADESamplesJni / Graphic3d_NameOfMaterial.java
CommitLineData
7fd59977 1// Java Native Class from Cas.Cade
2// Copyright (C) 1991,1999 by
3//
4// MATRA DATAVISION, FRANCE
5//
6// This software is furnished in accordance with the terms and conditions
7// of the contract and with the inclusion of the above copyright notice.
8// This software or any other copy thereof may not be provided or otherwise
9// be made available to any other person. No title to an ownership of the
10// software is hereby transferred.
11//
12// At the termination of the contract, the software and all copies of this
13// software must be deleted.
14//
15
16
17package CASCADESamplesJni;
18
19
20public class Graphic3d_NameOfMaterial extends jcas.Standard_Enumeration {
21
22public final static short Graphic3d_NOM_BRASS = 0;
23public final static short Graphic3d_NOM_BRONZE = 1;
24public final static short Graphic3d_NOM_COPPER = 2;
25public final static short Graphic3d_NOM_GOLD = 3;
26public final static short Graphic3d_NOM_PEWTER = 4;
27public final static short Graphic3d_NOM_PLASTER = 5;
28public final static short Graphic3d_NOM_PLASTIC = 6;
29public final static short Graphic3d_NOM_SILVER = 7;
30public final static short Graphic3d_NOM_STEEL = 8;
31public final static short Graphic3d_NOM_STONE = 9;
32public final static short Graphic3d_NOM_SHINY_PLASTIC = 10;
33public final static short Graphic3d_NOM_SATIN = 11;
34public final static short Graphic3d_NOM_METALIZED = 12;
35public final static short Graphic3d_NOM_NEON_GNC = 13;
36public final static short Graphic3d_NOM_CHROME = 14;
37public final static short Graphic3d_NOM_ALUMINIUM = 15;
38public final static short Graphic3d_NOM_OBSIDIAN = 16;
39public final static short Graphic3d_NOM_NEON_PHC = 17;
40public final static short Graphic3d_NOM_JADE = 18;
41public final static short Graphic3d_NOM_DEFAULT = 19;
42
43
44
45}