Class CmsContainerPageElementPanel.PointPositioningParser

java.lang.Object
org.opencms.ade.containerpage.client.ui.CmsContainerPageElementPanel.PointPositioningParser
Enclosing class:
CmsContainerPageElementPanel

Parses CSS classess of the form 'oc-point-TY_LX', where X and Y are strings of decimal digits possibly preceded by a minus sign.

The numeric values of Y and X will be available after a successful parse using the methods getOffsetTop() and getOffsetLeft(). This is used to offer the formatter developer some control over the edit point positioning.