App
Public Attributes | List of all members
mhr.appcore.image.layers.LayerType Enum Reference

Výčet podporovaných typů vrstev. More...

Public Attributes

 LAYER_RASTER
 
 LAYER_COLOR
 
 LAYER_BRIGHTNESS
 
 LAYER_CONTRAST
 
 LAYER_GAMMA
 
 LAYER_CURVES
 
 LAYER_GAUSSIAN_BLUR
 
 LAYER_LAPLACE_SHARPEN
 
 LAYER_GAUSSIAN_SHARPEN
 
 LAYER_LAPLACIAN_OF_GAUSSIAN_SHARPEN
 
 LAYER_DIFFERENCE_OF_GAUSSIAN_SHARPEN
 

Detailed Description

Výčet podporovaných typů vrstev.

Definition at line 5 of file LayerType.java.

Member Data Documentation

mhr.appcore.image.layers.LayerType.LAYER_BRIGHTNESS

Definition at line 8 of file LayerType.java.

mhr.appcore.image.layers.LayerType.LAYER_COLOR

Definition at line 7 of file LayerType.java.

mhr.appcore.image.layers.LayerType.LAYER_CONTRAST

Definition at line 9 of file LayerType.java.

mhr.appcore.image.layers.LayerType.LAYER_CURVES

Definition at line 11 of file LayerType.java.

mhr.appcore.image.layers.LayerType.LAYER_DIFFERENCE_OF_GAUSSIAN_SHARPEN

Definition at line 17 of file LayerType.java.

mhr.appcore.image.layers.LayerType.LAYER_GAMMA

Definition at line 10 of file LayerType.java.

mhr.appcore.image.layers.LayerType.LAYER_GAUSSIAN_BLUR

Definition at line 13 of file LayerType.java.

mhr.appcore.image.layers.LayerType.LAYER_GAUSSIAN_SHARPEN

Definition at line 15 of file LayerType.java.

mhr.appcore.image.layers.LayerType.LAYER_LAPLACE_SHARPEN

Definition at line 14 of file LayerType.java.

mhr.appcore.image.layers.LayerType.LAYER_LAPLACIAN_OF_GAUSSIAN_SHARPEN

Definition at line 16 of file LayerType.java.

mhr.appcore.image.layers.LayerType.LAYER_RASTER

Definition at line 6 of file LayerType.java.


The documentation for this enum was generated from the following file: