Documentation of 'org.jhotdraw.draw.layouter.LocatorLayouter' Java class
LocatorLayouter
org.jhotdraw.draw.layouter

Class LocatorLayouter

  • All Implemented Interfaces:
    Layouter


    public class LocatorLayouter
    extends java.lang.Object
    implements Layouter
    A layouter which lays out all children of a CompositeFigure according to their LayoutLocator property..
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static AttributeKey<Locator> LAYOUT_LOCATOR
      LayoutLocator property used by the children to specify their location relative to the compositeFigure.
    • Constructor Summary

      Constructors 
      Constructor and Description
      LocatorLayouter()
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.awt.geom.Rectangle2D.Double calculateLayout(CompositeFigure compositeFigure, java.awt.geom.Point2D.Double anchor, java.awt.geom.Point2D.Double lead)
      Calculate the layout for the figure and all its subelements.
      java.awt.geom.Rectangle2D.Double layout(CompositeFigure compositeFigure, java.awt.geom.Point2D.Double anchor, java.awt.geom.Point2D.Double lead)
      Method which lays out a figure.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LAYOUT_LOCATOR

        public static final AttributeKey<Locator> LAYOUT_LOCATOR
        LayoutLocator property used by the children to specify their location relative to the compositeFigure.
    • Constructor Detail

      • LocatorLayouter

        public LocatorLayouter()
        Creates a new instance.
    • Method Detail

      • calculateLayout

        public java.awt.geom.Rectangle2D.Double calculateLayout(CompositeFigure compositeFigure,
                                                                java.awt.geom.Point2D.Double anchor,
                                                                java.awt.geom.Point2D.Double lead)
        Description copied from interface: Layouter
        Calculate the layout for the figure and all its subelements. The layout is not actually performed but just its dimensions are calculated.
        Specified by:
        calculateLayout in interface Layouter
        anchor - start point for the layout
        lead - minimum lead point for the layout
      • layout

        public java.awt.geom.Rectangle2D.Double layout(CompositeFigure compositeFigure,
                                                       java.awt.geom.Point2D.Double anchor,
                                                       java.awt.geom.Point2D.Double lead)
        Description copied from interface: Layouter
        Method which lays out a figure. It is called by the figure if a layout task is to be performed. Implementing classes specify a certain layout algorithm in this method.
        Specified by:
        layout in interface Layouter
        anchor - start point for the layout
        lead - minimum lead point for the layout

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.