Class SimpleContext2D

java.lang.Object
net.sourceforge.plantuml.skin.SimpleContext2D
All Implemented Interfaces:
Context2D

public class SimpleContext2D extends java.lang.Object implements Context2D
  • Constructor Summary

    Constructors
    Constructor
    Description
    SimpleContext2D(boolean isBackground)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SimpleContext2D

      public SimpleContext2D(boolean isBackground)
  • Method Details