| Package | Description |
|---|---|
| org.opencms.ade.galleries |
Contains server side classes for the gallery dialogs.
|
| org.opencms.ade.galleries.shared |
Contains the shared client/server side gallery dialog classes.
|
| org.opencms.loader |
Low-level functions to manage the loading of resources from the OpenCms VFS.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsPoint |
CmsPreviewService.readFocalPoint(CmsObject cms,
CmsResource resource)
Reads the focal point from a resource.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPoint |
CmsImageInfoBean.getFocalPoint()
Gets the focal point of the image (null if not set).
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsImageInfoBean.setFocalPoint(CmsPoint imagePoint)
Sets the focal point for the image.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPoint |
CmsImageScaler.getFocalPoint()
Gets the focal point, or null if it is not set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsImageScaler.setFocalPoint(CmsPoint point)
Sets the focal point.
|