net.sf.doolin.gui.docking.storage
Class DockingFormatter

java.lang.Object
  extended by net.sf.doolin.gui.docking.storage.DockingFormatter

public class DockingFormatter
extends Object

Utility class used by the XML template in XMLDockingStorage.

Author:
Damien Coraboeuf

Constructor Summary
DockingFormatter()
           
 
Method Summary
 String formatDimension(Dimension d)
          Formats a Dimension into a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DockingFormatter

public DockingFormatter()
Method Detail

formatDimension

public String formatDimension(Dimension d)
Formats a Dimension into a String.

Parameters:
d - Dimension
Returns:
Formatted text


Copyright © 2011. All Rights Reserved.