Package 

Enum POIStyle

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum POIStyle
    extends Enum<POIStyle>
                        

    POI style

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NORMAL

      Normal type, the POI may culling by others

      NO_CULLING

      No culling type

      GROUP

      Group type

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

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

    • Method Detail