:: com :: sun :: star :: rendering ::

constants group PanoseStrokeVariation

Constants
ANYTHING  
NO_FIT  
GRADUAL_DIAGONAL  
GRADUAL_TRANSITIONAL  
GRADUAL_VERTICAL  
GRADUAL_HORIZONTAL  
RAPID_VERTICAL  
RAPID_HORIZONTAL  
INSTANT_VERTICAL  
Constants' Details
ANYTHING
const byte ANYTHING =0;
NO_FIT
const byte NO_FIT =1;
GRADUAL_DIAGONAL
const byte GRADUAL_DIAGONAL =2;
GRADUAL_TRANSITIONAL
const byte GRADUAL_TRANSITIONAL =3;
GRADUAL_VERTICAL
const byte GRADUAL_VERTICAL =4;
GRADUAL_HORIZONTAL
const byte GRADUAL_HORIZONTAL =5;
RAPID_VERTICAL
const byte RAPID_VERTICAL =6;
RAPID_HORIZONTAL
const byte RAPID_HORIZONTAL =7;
INSTANT_VERTICAL
const byte INSTANT_VERTICAL =8;
Top of Page