Class ListStyle

java.lang.Object
org.loboevolution.html.style.ListStyle

public class ListStyle extends Object

ListStyle class.

  • Constructor Details

    • ListStyle

      public ListStyle()

      Constructor for ListStyle.

    • ListStyle

      public ListStyle(int type, Image image, int position)

      Constructor for ListStyle.

      Parameters:
      type - a Integer object.
      image - a Image object.
      position - a Integer object.
  • Method Details

    • getRomanNumerals

      public static String getRomanNumerals(int num)

      getRomanNumerals.

      Parameters:
      num - a Integer object.
      Returns:
      a String object.