Chemical Data Processing Library Python API - Version 1.1.1
Static Public Attributes | List of all members
CDPL.Vis.SizeAdjustment Class Reference

Provides constants that are used to specify the size adjustment policy for graphical objects within a bounded rectangular area. More...

+ Inheritance diagram for CDPL.Vis.SizeAdjustment:

Static Public Attributes

int BEST_FIT = 1
 Specifies that a graphical object shall be resized to achieve a maximum coverage of the available area.
 
int IF_REQUIRED = 2
 Specifies that a graphical object shall only be resized if its bounds exceed the available area.
 
int NONE = 0
 Specifies that the size of a graphical object shall be left unchanged.
 

Detailed Description

Provides constants that are used to specify the size adjustment policy for graphical objects within a bounded rectangular area.