Class ImageStyleLocation

All Implemented Interfaces:
EventListener, IAssetReferenceListener, IGProp<GProp<?>[]>, IImageLocation, IImageStyle, IPropCnr, Cloneable
Direct Known Subclasses:
EditorImageStyleLocation

public class ImageStyleLocation extends ImageStyle implements IImageLocation
This Image Style Location property container has the state for several images.
  • Constructor Details Link icon

    • ImageStyleLocation Link icon

      public ImageStyleLocation()
      Creates the Image Style Location property container without a name. The name must be set in all cases using the setPropertyAtom call.
    • ImageStyleLocation Link icon

      public ImageStyleLocation(Atom propertyAtom)
      Creates the Image Style Location property container with the specified name. All system-reserved names for components begins with "$".
      Parameters:
      propertyAtom - the name of the component, unique within it's parent.
  • Method Details Link icon

    • onEventSelf Link icon

      public void onEventSelf(GEvent event)
      Overridden to check for cache clearing...
      Specified by:
      onEventSelf in interface IGProp<GProp<?>[]>
      Overrides:
      onEventSelf in class ImageStyle
      Parameters:
      event - The property event.
    • getLocation Link icon

      public Position getLocation()
      Gets the location point for this property.
      Specified by:
      getLocation in interface IImageLocation
      Returns:
      null if offsets are not present.