Class SimpleFigureIdFactory

java.lang.Object
org.jhotdraw8.base.converter.SimpleIdFactory
org.jhotdraw8.draw.io.SimpleFigureIdFactory
All Implemented Interfaces:
org.jhotdraw8.base.converter.IdFactory, org.jhotdraw8.base.converter.IdResolver, org.jhotdraw8.base.converter.IdSupplier

public class SimpleFigureIdFactory extends org.jhotdraw8.base.converter.SimpleIdFactory
SimpleFigureIdFactory.
Author:
Werner Randelshofer
  • Constructor Details

    • SimpleFigureIdFactory

      public SimpleFigureIdFactory()
  • Method Details

    • createId

      public @Nullable String createId(Object object)
      Specified by:
      createId in interface org.jhotdraw8.base.converter.IdFactory
      Overrides:
      createId in class org.jhotdraw8.base.converter.SimpleIdFactory
    • putId

      public @Nullable String putId(Object object)