Interface PathSegment.HasAlternateHex

  • All Known Implementing Classes:
    AnonStructSeg
    Enclosing class:
    PathSegment

    public static interface PathSegment.HasAlternateHex
    Mark implementations that have nested elements that can have their hex representations shown separately. Checked and invoked by CipPath.hexString(boolean) when such a segment is the solo segment of a CipPath.
    • Method Detail

      • alternateHex

        java.lang.String alternateHex​(boolean padded)